Richard Weil <[EMAIL PROTECTED]> writes: > I'm running Sarge with a 2.6.5 kernel. I'm trying to > create a RAID 5 array of three disks (though for > initial setup I'm only using two of three). When I > reboot, udev does not re-create my /dev/md0 device, so > the RAID array won't start. Any suggestions?
udev won't create the md? devices because the RAID never notifies udev/sysfs about it. The just have a thread about on the udev mailing list. You need to create the md? devices manually by putting it in the /etc/udev/links.conf file -- John L. Fjellstad web: http://www.fjellstad.org/ Quis custodiet ipsos custodes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

