I have the Asus A8V Deluxe board with the onboard Promise 20378 Raid controller. I currently have a raid 1 mirror of SATA drives setup, and FC5 installed on them.
I also have a raid 1 mirror of PATA drives setup. How do i set this array up in linux as a different mount point?
I was able to install FC5 on the PATA array, and on the SATA array. (So it appears the device mapper can see both arrays) However, when both arrays were connected to the motherboard, the installer would hang. So for the sake of getting the install to work, I unplugged the PATA array during the install.
I am new to hardware raid in linux, any help is appreciated. Thanks
Here is the output of a variety of commands:
[root@localhost ~]# dmraid -b
/dev/sda: 586114704 total, "L60VZGCG"
/dev/sdb: 586114704 total, "L60VZCDG"
/dev/sdc: 490234752 total, "B60N43RH"
/dev/sdd: 490234752 total, "B60L7HKH"
[root@localhost ~]# dmsetup ls
pdc_ebifhjegb (253, 0)
pdc_ebifhjegbp3 (253, 3)
pdc_ebifhjegbp2 (253, 2)
pdc_ebifhjegbp1 (253, 1)
[root@localhost ~]# fdisk -l
Disk /dev/sda: 300.0 GB, 300090728448 bytes
255 heads, 63 sectors/track, 36483 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 25 200781 83 Linux
/dev/sda2 26 407 3068415 82 Linux swap / Solaris
/dev/sda3 408 36472 289692112+ 83 Linux
Disk /dev/sdb: 300.0 GB, 300090728448 bytes
255 heads, 63 sectors/track, 36483 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 25 200781 83 Linux
/dev/sdb2 26 407 3068415 82 Linux swap / Solaris
/dev/sdb3 408 36472 289692112+ 83 Linux
Disk /dev/sdc: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 25 200781 83 Linux
/dev/sdc2 26 344 2562367+ 82 Linux swap / Solaris
/dev/sdc3 345 30515 242348557+ 83 Linux
Disk /dev/sdd: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdd1 * 1 25 200781 83 Linux
/dev/sdd2 26 344 2562367+ 82 Linux swap / Solaris
/dev/sdd3 345 30515 242348557+ 83 Linux