Hello there,
I have 2 SCSI disks with the following configuration (running Redhat 6.0 with kernel
2.2.5-15):
/etc/raidtab:
raiddev /dev/md0
raid-level 1
nr-raid-disks 2
nr-spare-disks 0
chunk-size 4
device /dev/sda1
raid-disk 0
device /dev/sdb1
raid-disk 1
When I run command mkraid /dev/md0, I receive the following errors:
disk 0: /dev/sda1, 1028128kB, raid supperblock at 1028032kB
/dev/sda1 appears to contain an ext2 filesystem -- use -f to override
mkraid: abort.
I also tried -f option and it didn't work either.
So it seems that the disk partition type (ext2) was wrong?
Any suggestions will be appreciated.
JW