J Dalessandro on Mon 20/01 16:38 -0700: > I seem to get two out of three partitions. I think my problem is in > that my "/" partition is mounted, but I'm new to RAID and I'm not sure > how to fix this issue. You can't have the filesystem mounted from the device you want to make RAID; you have to boot from something else to do it before mounting it. Also please realize that when you use persistent-superblock 1, mkraid will use the last 4k (I think that's how much) for MD information, overwriting filesystem data there, so you have to resize2fs if you have existing data, before doing the mkraid. If you didn't do this, your FS is now hosed, but maybe you didn't have any data blocks there (after all, 4k is usually only one filesystem block) and e2fsck will repair it without data loss. Using debugfs and dumpe2fs will tell you more information. Also, I'm curious why you have the failed disks in your raidtab. - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html