Ubuntu won't boot after RAID configuration?
by Finsfree from LinuxQuestions.org on (#4WJ28)
I'm using "mdadm" to RAID three drives. I followed this link click here step by step. Everything works great until I go and reboot.... The computer will not boot and gives me an error message. I have to restore my computer from a backup image everytime.
I'm I not editing the /etc/fstab file right?
I've tried both of these lines (not together) and get the same results..computer just crashes at bootup.
/dev/md0 /mnt/raid1 ext4 defaults 1 2
or
/dev/md0 /mnt/raid1 ext4 defaults 1 1
How do I edit the /etc/fstab file correctly so I'm able to boot the computer again and have the RAID drives auto mount?


I'm I not editing the /etc/fstab file right?
I've tried both of these lines (not together) and get the same results..computer just crashes at bootup.
/dev/md0 /mnt/raid1 ext4 defaults 1 2
or
/dev/md0 /mnt/raid1 ext4 defaults 1 1
How do I edit the /etc/fstab file correctly so I'm able to boot the computer again and have the RAID drives auto mount?