PDA

View Full Version : /dev/hdc is missing in Fdeora 5


shadow460
21st November 2007, 07:29 AM
I've tried yum update, and I've searched the forums and Ggogle both with no luck. Swtiching the two optical drives will cause the other one to register as hdd. Whichever one is on the secondary master channel will always show as hdd, the secondary master drive does not show up at all. There is no indication of hdc at all in the /dev folder.

mtab:

/dev/mapper/VolGroup00-LogVol00 / ext3 rw 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
/dev/hda1 /boot ext3 rw 0 0
tmpfs /dev/shm tmpfs rw 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
automount(pid1896) /net autofs rw,fd=4,pgrp=1896,minproto=2,maxproto=4 0 0


fstab:

/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0

Kirurgs
21st November 2007, 08:19 AM
How about fdisk -l?

shadow460
13th December 2007, 06:47 AM

here the result:


[root@localhost ~]# fdisk -l

Disk /dev/hda: 20.4 GB, 20416757760 bytes
255 heads, 63 sectors/track, 2482 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 2482 19832242+ 8e Linux LVM

Disk /dev/hdb: 10.2 GB, 10246569984 bytes
255 heads, 63 sectors/track, 1245 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 1245 10000431 c W95 FAT32 (LBA)

Disk /dev/sda: 2104 MB, 2104320000 bytes
214 heads, 6 sectors/track, 3200 cylinders
Units = cylinders of 1284 * 512 = 657408 bytes

Device Boot Start End Blocks Id System
/dev/sda1 1 3201 2054755+ c W95 FAT32 (LBA)
[root@localhost ~]#

markkuk
13th December 2007, 10:24 AM
Swtiching the two optical drives will cause the other one to register as hdd. Whichever one is on the secondary master channel will always show as hdd, the secondary master drive does not show up at all.
/dev/hdd is the secondary slave. Are you sure you have the drives correctly jumpered as the master and slave, it looks like both are set up as slaves.