I know almost nothing about Linux, but do know how to follow directions.
I installed on an old Dell Dimension 8400, which has BIOS RAID support. My Fedora 14 build was simply two 500GB HDD in RAID1 array under BIOS. For the new install, I decided to add a 60GB SDD to install Amahi on, with boot, swap, and root partitions, and use the 500GB RAID1 array for shares.
I started with just the SDD installed, planning to add the RAID HDDs after, per the wiki. When I added the HDDs, although the BIOS was showing them in RAID1, it seemed that Fedora saw them as two separate disks, not in array. I reinstalled Fedora/Amahi with the HDDs installed. Now I am not sure if the RAID array is recognized; looks like it is, but I'm not sure how to proceed to mount it.
fdisk -l gives this output:
sda and sdb are obviously the two HDDs, sdc the SDD system disk. I guess that md126 is what Fedora recognizes as the RAID array; right? But ls -l /dev/disk/by-id/ gives the following output:Disk /dev/sda: 500.1 GB, 500107862016 bytes, 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sdb: 500.1 GB, 500107862016 bytes, 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sdc: 60.0 GB, 60022480896 bytes, 117231408 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x00095fd1
Device Boot Start End Blocks Id System
/dev/sdc1 * 2048 1026047 512000 83 Linux
/dev/sdc2 1026048 9218047 4096000 82 Linux swap / Solaris
/dev/sdc3 9218048 117229567 54005760 83 Linux
Disk /dev/md126: 500.1 GB, 500107575296 bytes, 976772608 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
If md126 is the RAID array, what is md127?total 0
lrwxrwxrwx 1 root root 9 Oct 4 22:51 ata-Corsair_Force_LS_SSD_14098153000099460056 -> ../../sdc
lrwxrwxrwx 1 root root 10 Oct 4 22:51 ata-Corsair_Force_LS_SSD_14098153000099460056-part1 -> ../../sdc 1
lrwxrwxrwx 1 root root 10 Oct 4 22:51 ata-Corsair_Force_LS_SSD_14098153000099460056-part2 -> ../../sdc 2
lrwxrwxrwx 1 root root 10 Oct 4 22:51 ata-Corsair_Force_LS_SSD_14098153000099460056-part3 -> ../../sdc 3
lrwxrwxrwx 1 root root 9 Oct 4 22:51 ata-HL-DT-ST_DVD+RW_GRA-4120B_K19471F4158 -> ../../sr1
lrwxrwxrwx 1 root root 9 Oct 4 22:51 ata-SAMSUNG_DVD-ROM_SD-616E -> ../../sr0
lrwxrwxrwx 1 root root 9 Oct 4 22:51 ata-WDC_WD5000AAKS-00UU3A0_WD-WCAYUH260258 -> ../../sda
lrwxrwxrwx 1 root root 9 Oct 4 22:51 ata-WDC_WD5000AAKS-00UU3A0_WD-WCAYUH260264 -> ../../sdb
lrwxrwxrwx 1 root root 11 Oct 4 22:51 md-uuid-976e1f37:402067df:d9fa7022:9c71bc0a -> ../../md126
lrwxrwxrwx 1 root root 11 Oct 4 22:51 md-uuid-e891a5fd:b6b3d22e:b2731a81:e35af0c4 -> ../../md127
lrwxrwxrwx 1 root root 9 Oct 4 22:51 wwn-0x50014ee159197ea7 -> ../../sdb
lrwxrwxrwx 1 root root 9 Oct 4 22:51 wwn-0x50014ee1ae68726d -> ../../sda
If md126 is the RAID array, can I just follow the wiki instructions for adding a disk using md126 as the name of the device to be mounted?