I have a set up a new CentOS 64 bit, with 4 250GB hard drives (No RAID configured).
Linux version 2.6.9-78.ELsmp (mockbuild@builder10.centos.org) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-10)) #1 SMP Thu Jul 24 23:54:48 EDT 2008
However I noticed whenever I do an fdisk -l, I see this:
Disk /dev/sda: 250.0 GB, 250000000000 bytes
255 heads, 63 sectors/track, 30394 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 9561 76798701 da Non-FS data
/dev/sda2 9562 22947 107523045 83 Linux
/dev/sda3 * 22948 22960 104422+ 83 Linux
/dev/sda4 22961 30394 59713605 5 Extended
/dev/sda5 22961 29958 56211403+ fd Linux raid autodetect
/dev/sda6 29959 30394 3502138+ 82 Linux swap
Disk /dev/sdb: 250.0 GB, 250000000000 bytes
255 heads, 63 sectors/track, 30394 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 9561 76798701 da Non-FS data
/dev/sdb2 9562 22947 107523045 83 Linux
/dev/sdb3 22948 29958 56315857+ fd Linux raid autodetect
/dev/sdb4 29959 30394 3502170 82 Linux swap
Disk /dev/sdc: 250.0 GB, 250000000000 bytes
255 heads, 63 sectors/track, 30394 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 9561 76798701 da Non-FS data
/dev/sdc2 9562 22947 107523045 83 Linux
/dev/sdc3 22948 29958 56315857+ fd Linux raid autodetect
/dev/sdc4 29959 30394 3502170 82 Linux swap
Disk /dev/sdd: 250.0 GB, 250000000000 bytes
255 heads, 63 sectors/track, 30394 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdd1 * 1 9561 76798701 da Non-FS data
/dev/sdd2 9562 22947 107523045 83 Linux
/dev/sdd3 22948 29958 56315857+ fd Linux raid autodetect
/dev/sdd4 29959 30394 3502170 82 Linux swap
Disk /dev/md0: 172.6 GB, 172680806400 bytes
2 heads, 4 sectors/track, 42158400 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md0 doesn't contain a valid partition table
Also in fstab md0 is mounted:
/dev/md0 / ext3 defaults 1 1
I am not too sure on what is /dev/md0 is for?
Can I delete/disable/unmount it?
Not sure if the system can boot without it.
Please advise.
Thanks!
DB