Ross Vandegrift wrote:
On Tue, Nov 15, 2005 at 09:50:59AM -0700, Spencer Tuttle wrote:
What do I have to do to autostart this array on boot?
Read Documentation/md.txt in your kernel source. Has lots of cool
options for setting up kernel assembly on boot.
If you have a reasonably recent array with persistent superblocks,
something like this will do you fine for your root partition:
md=0,/dev/hda1,/dev/hdc1
If you use initrd/early userspace stuff then you can also drop mdadm
in your initrd image and get it to start the array. If you're using
Debian, it's mkinitrd scripts automatically support that if you get
things setup properly.
That was it I was appending "md=d0,hda,hdb".
I changed to to "md=d0,/dev/hda,/dev/hdb" and It starting working like a
champ.
Thank You
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html