I have a configuration of 4 HDD's as Raid1 2 pairs of 2 HDD's. First Raid1 pair is for system, so I just made an 40GB space for swap, and the rest of it for the root, the second pair of Raid1 is for logical use. So, in final I have:
First pair:
Disk:
- 40GB swap
- 960GB / ext4 raid
Disk:
- 40GB swap
- 960GB / ext4 raid
Second pair:
Disk:
- 1.0 TB ext4 raid
Disk:
- 1.0 TB ext4 raid
After the system installed, at boot up I see a strange error for about 5-6 seconds:
error: no such device: c3b8763c-4623-4fe1-9096-3aadef5cc116
Press any key to continue...
So the question is, what I did wrong?
The output of ls -l /dev/disk/by-uuid
is:
total 0
lrwxrwxrwx 1 root root 9 2012-04-24 15:38 c3b8763c-4623-4fe1-9096- 3aadef5cc116 -> ../../md0
The output of fstab:
The output of mdadm:
cat /proc/mdstat
. Both RAID sets should show up, including rebuilding progress. – jippie Apr 24 '12 at 17:50