Hello,
i got following problem.
I want to make Software-RAID1 with two SCSI-HDs (9,1Gig/IBM) under S.U.S.E.
6.2 Distrib.
OK, what I did was:
mdcreate raid1 /dev/md0 /dev/sda1 /dev/sdb1
mdcreate raid1 /dev/md1 /dev/sda3 /dev/sdb3 (/dev/sda2 and /dev/sdb2 are my
swaps)
My mdtab now reads like:
... raid1,4k,0,df5d5632 ...
... raid1,4k,0,12da85e9 ...
Then I entered into the fstab:
/dev/md0 (instead of /dev/sda1)
/dev/md1 (instead of /dev/sda3)
On boot, linux says:
... invalid raid superblock magic (11056c9) on block 8851712 ...
The physical superblock value and the value in the partition table are not
the same.
How can i solve the problem?
Do you have a clue (i tried mkraid and ckraid!)?
Thanx anyway,
Sebastian