Hi everyone,
I created a raid-0 device as follows:
1. partitioned 4 disks
2. configured /etc/raidtab
3. ran mkraid /dev/md0 -> everything reported fine
4. ran mke2fs /dev/md0 -> everything went well
5. mounted /dev/md0 to verify things were ok - it mounted fine.
6. added /dev/md0 mountpoint to /etc/fstab
7. rebooted
upon a reboot, it complained about /dev/md0, didn't work. Then I removed
it from /etc/fstab and rebooted again. Then tried to manually mount
/dev/md0 and that didn't work either! :-(
What am I missing here?
Ricardo