On Tue, 12 Sep 2006, Dexter Filmore wrote: > Am Dienstag, 12. September 2006 16:08 schrieb Justin Piszcz: > > /dev/MAKEDEV /dev/md0 > > > > also make sure the SW raid modules etc are loaded if necessary. > > Won't work, MAKEDEV doesn't know how to create [/dev/]md0. echo 'DEVICE partitions' >/tmp/mdadm.conf mdadm --detail --scan --config=/tmp/mdadm.conf >>/tmp/mdadm.conf take a look in /tmp/mdadm.conf ... your root array should be listed. mdadm --assemble --config=/tmp/mdadm.conf --auto=yes /dev/md0 -dean - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html