
Originally Posted by
leakybucket
Which version of CentOS?
5.2 I think
Can you see the root filesystem? If so, check /etc/fstab
The OS file system is on another drive. The 5th drive. It is separate to the raid array. This is a cat of my fstab
Code:
root@sysresccd /home/etc % cat fstab
LABEL=/1 / ext3 defaults 1 1
/dev/md0 /var/flexshare/shares ext3 defaults 1 2
LABEL=/boot1 /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
LABEL=SWAP-sdb2 swap swap defaults 0 0
Maybe the md is a PV? pvs and/or pvdisplay will tell you
Im not sure what this means. When I type pvs or pvdisplay nothing shows.
Also note. I am booted off a rescue cd in the mean time.
Other information. This is my fdisk -l
Code:
root@sysresccd /home/etc % fdisk -l
Disk /dev/sda: 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 / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00033916
Device Boot Start End Blocks Id System
/dev/sda1 * 63 3907024064 1953512001 fd Linux raid autodetect
Disk /dev/sdb: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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: 0x00056c82
Device Boot Start End Blocks Id System
/dev/sdb1 * 63 208844 104391 83 Linux
/dev/sdb2 208845 4401809 2096482+ 82 Linux swap / Solaris
/dev/sdb3 4401810 488392064 241995127+ 83 Linux
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 / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00076244
Device Boot Start End Blocks Id System
/dev/sdc1 * 63 3907024064 1953512001 fd Linux raid autodetect
Disk /dev/sde: 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 / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000b5173
Device Boot Start End Blocks Id System
/dev/sde1 * 63 3907024064 1953512001 fd Linux raid autodetect
Disk /dev/sdd: 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 / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000955c5
Device Boot Start End Blocks Id System
/dev/sdd1 * 63 3907024064 1953512001 fd Linux raid autodetect
Bookmarks