Hello everyone,

        I recently rebuilt a RAID1 setup after a hard drive failure with a new kernel 
version and realized that Autostart didn't happen anymore.  There were no clues in the 
Multiple Devices Configuration section of kernel configuration.  So I concocted some 
modules.conf magic:

        above md raid1
        post-install raid1 raidstart /dev/md0

If I 'modprobe md' without the modules loaded, both md and raid1 are loaded and the 
array is started as expected.  However, if I 'mount /dev/md0 /home', the modules load 
fine but raidstart locks solid enough that I can't kill it.  The filesystem doesn't 
mount and I have to reboot.  I tried forcing some sleep before the raidstart command, 
thinking the mount and the raidstart might be racing, but it didn't help at all.  Does 
this look like a problem in RAID, modutils, or my setup?  

Ross Vandegrift
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to [EMAIL PROTECTED]

Reply via email to