An update.
I got a PCI raid card and two 2TB Sata hard drives and a SD card to IDE interface and 8GB SDhc card from Amazon uk..
The Bios detects the Raid card and the two drives, used the bios to set up Raid 1 array.Bios also detects the SD card.
[root@localhost ~]# lspci
00:00.0 Host bridge: Intel Corporation 82845 845 [Brookdale] Chipset Host Bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 82845 845 [Brookdale] Chipset AGP Bridge (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 12)
00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 12)
00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 Controller (rev 12)
00:1f.2 USB controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 12)
00:1f.5 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97 Audio Controller (rev 12)
01:00.0 VGA compatible controller: NVIDIA Corporation NV17 [GeForce4 MX 440] (rev a3)
02:08.0 Ethernet controller: Intel Corporation 82801BA/BAM/CA/CAM Ethernet Controller (rev 03)
02:09.0 RAID bus controller: Silicon Image, Inc. SiI 3114 [SATALink/SATARaid] Serial ATA Controller (rev 02)Installed Minime 2012.02 on the SD card, updated also removed unwanted stuff.
Boots ok.
root@localhost ~]# df -T
Filesystem Type Size Used Avail Use% Mounted on
/dev/sda1 reiserfs 4.9G 1.8G 3.2G 37% /
/dev/sda6 reiserfs 2.5G 181M 2.3G 8% /home
The two Storage only drives show up in 'Dolphin' as Two Drives
[root@localhost ~]# fdisk -l
Disk /dev/sda: 7948 MB, 7948206080 bytes
255 heads, 63 sectors/track, 966 cylinders, total 15523840 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 identifier: 0x00085ba0
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 10233404 5115678+ 83 Linux
/dev/sda2 10233405 15518789 2642692+ 5 Extended
/dev/sda5 10233468 10426184 96358+ 82 Linux swap / Solaris
/dev/sda6 10426248 15518789 2546271 83 Linux
Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00045fe6
Device Boot Start End Blocks Id System
/dev/sdb1 2048 3907028991 1953513472 b W95 FAT32
Disk /dev/sdc: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x000348a1
Device Boot Start End Blocks Id System
/dev/sdc1 2048 3907028991 1953513472 b W95 FAT32I have been doing a lot of research and it looks like 'mdadm' is the best program to configure the two storage drives.
One of the links I found was
http://www.pclinuxos.com/forum/index.php/topic,89150.0.html (thanks for link).
I want to use 'Raid 1 Array'.
Before I start to try to use 'mdadm' can anyone give me some guidance if you have used it.