I've set up a few software raid devices on my machine. Because I have not been able to add the second drive to the array yet, I configured the raids using one real device, and one place holder (wd5). At boot, the kernel panics because the raid labels don't match on the devices. Is there any way to disable this panic? It seems that if a raid sub-device failed, then the machine would be unable to boot, whether or not the raid was still functional. Even if I missed something while RTFM I would appreciate a response to this message. ---------- /etc/raid0.conf ----------- START array # numRow numCol numSpare 1 2 0
START disks /dev/wd5d /dev/wd1d START layout # sectPerSU SUsPerParityUnit SUsPerReconUnit RAID_level_1 128 1 1 1 START queue fifo 100

