> This is Likely to be the problem: add auto=md to every > ARRAY line where you want /dev/mdX to be created,
Made the change, fsck still fails on /dev/md1 (/boot) when the system rebooted. # cat /etc/default/mdadm # This file is automatically generated. # Run 'dpkg-reconfigure mdadm' to modify it. START_DAEMON=true MAIL_TO="root" # AUTOSTART=false AUTOSTART=true # cat /etc/mdadm/mdadm.conf ARRAY /dev/md1 level=raid1 num-devices=3 UUID=bdf8a233:fcf6d2af:d7771298:fac716f4 auto=md devices=/dev/sda1,/dev/sdb1,/dev/sdc1 ARRAY /dev/md2 level=raid5 num-devices=3 UUID=2ed78bfb:aed805bf:7cc7e04b:e56f1342 auto=md devices=/dev/sda2,/dev/sdb2,/dev/sdc2 ARRAY /dev/md3 level=raid5 num-devices=3 UUID=3232683c:698319a4:67aa8320:ae8fa7c7 auto=md devices=/dev/sda3,/dev/sdb3,/dev/sdc3 __________________________________ Do you Yahoo!? Yahoo! Mail - now with 250MB free storage. Learn more. http://info.mail.yahoo.com/mail_250 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]