All of lore.kernel.org
 help / color / mirror / Atom feed
* Creating failed-mode RAID1 with mdadm
@ 2002-04-30 18:48 Ross Vandegrift
  2002-04-30 19:03 ` Ross Vandegrift
  2002-04-30 22:28 ` bo
  0 siblings, 2 replies; 4+ messages in thread
From: Ross Vandegrift @ 2002-04-30 18:48 UTC (permalink / raw)
  To: linux-raid

Hey everyone,

	Creating a new array today, I decided I should probably start
using mdadm instead of the old tools.  I've been using it a bit at home
to do minor things, and it seemed nice.
	I've got a box with two 20G ide drives installed.  One is
currently the root drive at /dev/hda1 and the other is one of the disks
for the mirrored pair at /dev/hde1.  I'm trying to create the array with
/dev/hdg1 as a failed disk, and then move /dev/hda to /dev/hde after I
start booting the machine off of /dev/md0.
	When I do:

# mdadm --create /dev/md0 --level 1 --raid-disks=2 /dev/hde1 /dev/hdg1

I get:

mdadm: Cannot open /dev/hdg1: No such device or address
mdadm: create aborted

This makes sense, as /dev/hdg doesn't really exist yet.  I've tried
doing:

# mdadm --set-faulty /dev/md0 /dev/hdg1

but it doesn't seem to help.  How can I build an array like this via
mdadm?

Ross Vandegrift
ross@willow.seitz.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-05-03  5:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-30 18:48 Creating failed-mode RAID1 with mdadm Ross Vandegrift
2002-04-30 19:03 ` Ross Vandegrift
2002-05-03  5:49   ` Neil Brown
2002-04-30 22:28 ` bo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.