Hi, I'm a bit of a newb to sme and am still familiarizing myself with the linux/unix world so bare with me.....
I have a system with 3 hard drives.
/dev/hda is the OS drive. It's stand alone.
/dev/hde and /dev/hdg are 2 160GB HDs and are setup with a hardware raid.
However the system did not mount them and did not assign them with /dev/md3
/dev/hda was assign with /dev/md1 and md2
What I'm wanting to do is leave the OS on /dev/hda so that /dev/hde and hdg can be used primarily as storage and backup.
How do I mount my raid so that I can store files on it and point the i-bay there?
The only reason I choose to put the OS on the seperate hard drive is so that if the OS become currupt due to an update or my stupidity then I don't have to warry about loosing my backups on my raid.
Here is information about my setup.....
# mdadm --detail --verbose /dev/md2
/dev/md2:
        Version : 00.90.01
  Creation Time : Sat Aug  4 17:33:54 2007
     Raid Level : raid1
     Array Size : 29920960 (28.53 GiB 30.64 GB)
    Device Size : 29920960 (28.53 GiB 30.64 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 2
    Persistence : Superblock is persistent
    Update Time : Sun Aug  5 16:17:41 2007
          State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
           UUID : 48ae16a1:ccc6b479:122db933:43c74533
         Events : 0.31121
    Number   Major   Minor   RaidDevice State
       0       3        2        0      active sync   /dev/hda2
       1      34        2        1      active sync   /dev/hdg2
# cat /proc/mdstat
Personalities : [raid1]
md2 : active raid1 hda2[0] hdg2[1]
      29920960 blocks [2/2] [UU]
md1 : active raid1 hda1[0] hdg1[1]
      104320 blocks [2/2] [UU]
unused devices: <none>
# fdisk -l
Disk /dev/hda: 30.7 GB, 30750031872 bytes
255 heads, 63 sectors/track, 3738 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1          13      104391   fd  Linux raid autodetect
/dev/hda2              14        3738    29921062+  fd  Linux raid autodetect
Disk /dev/hde: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
   Device Boot      Start         End      Blocks   Id  System
/dev/hde1               1       19457   156288321   83  Linux
Disk /dev/hdg: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
   Device Boot      Start         End      Blocks   Id  System
/dev/hdg1               1       19457   156288321   83  Linux
Disk /dev/md1: 106 MB, 106823680 bytes
2 heads, 4 sectors/track, 26080 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md1 doesn't contain a valid partition table
Disk /dev/md2: 30.6 GB, 30639063040 bytes
2 heads, 4 sectors/track, 7480240 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md2 doesn't contain a valid partition table
Disk /dev/dm-0: 28.5 GB, 28521267200 bytes
2 heads, 4 sectors/track, 6963200 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1: 2080 MB, 2080374784 bytes
2 heads, 4 sectors/track, 507904 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/dm-1 doesn't contain a valid partition table
# lspci
00:00.0 Host bridge: Intel Corporation 82845 845 (Brookdale) Chipset Host Bridge (rev 11)
00:01.0 PCI bridge: Intel Corporation 82845 845 (Brookdale) Chipset AGP Bridge (rev 11)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 05)
00:1f.0 ISA bridge: Intel Corporation 82801BA ISA Bridge (LPC) (rev 05)
00:1f.1 IDE interface: Intel Corporation 82801BA IDE U100 Controller (rev 05)
00:1f.2 USB Controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 05)
00:1f.3 SMBus: Intel Corporation 82801BA/BAM SMBus Controller (rev 05)
00:1f.4 USB Controller: Intel Corporation 82801BA/BAM USB Controller #1 (rev 05)
02:0c.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 0d)
02:0d.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 0d)
02:0e.0 RAID bus controller: Promise Technology, Inc. PDC20267 (FastTrak100/Ultra100) (rev 02)