Raid and Linux
I have a server with two hard drives in it. When I enter "fdisk -l", I get the following information returned:
[root@blah root]# fdisk -l
Disk /dev/sda: 73.2 GB, 73284976640 bytes
255 heads, 63 sectors/track, 8909 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 650 5116702+ 83 Linux
/dev/sda3 651 8573 63641497+ fb Unknown
/dev/sda4 8574 8909 2698920 f Win95 Ext'd (LBA)
/dev/sda5 8574 8642 554211 82 Linux swap
/dev/sda6 8643 8896 2040223+ 83 Linux
/dev/sda7 8897 8909 104391 fc Unknown
My question is, because only 1 hard drive (sda) is showing I'm guessing the second hard drive isn't displayed because the system is setup with RAID 1. Is this the case or should I see the second drive regardless of the RAID configuration.
Thanks in advance for your help, and let me know if I can clarify my question in any way.
|