Huib van Wees wrote: > md: Autodetecting RAID arrays. > md: autorun ... > md: considering hdb1 ... > md: adding hdb1 ... > md: created md1 > md: bind<hdb1> > md: running: <hdb1> > raid5: device hdb1 operational as raid disk 0 > > raid5: not enough operational devices for md1 (2/3 failed)
You need to mark all the partitions of your RAID array as "Linux raid autodetect" with fdisk. Here, it seems only hdb1 is marked as such, and hdc1 and hdd1 are not. This prevents the kernel from autostarting your RAID array. Try the following: # fdisk /dev/hdc t 1 fd w # fdisk /dev/hdd t 1 fd w If this doesn't help, are hdc and hdd on a different IDE controller than hda and hdb? -- Remy Remove underscore and suffix in reply address for a timely response. -- [email protected] mailing list

