Dave Jones wrote:
On Mon, 2003-11-24 at 21:56, John McBride wrote:
...there is no automount anymore and "# mount /dev/hdg /mnt/cdrom" fails :
mount: /dev/hdg is not a valid block device
Try loading the load ide-cd module ?
Still no joy...will watch this thread though.
# /sbin/lsmod | grep cd
ide_cd 36484 0
cdrom 29856 1 ide_cd
[root@fcone me]# /sbin/modprobe ide_cd
FATAL: Module ide_cd already in kernel.
[root@fcone me]# /sbin/hdparm /dev/hdg
/dev/hdg: No such device or address
[root@fcone me]# mount /dev/hdg /mnt/cdrom
mount: /dev/hdg is not a valid block device
[root@fcone me]#