RH 7.2 Install strangeness
Craig White
plug-discuss@lists.PLUG.phoenix.az.us
Tue, 20 Nov 2001 06:26:02 -0700
Sean Roe wrote:
>
> I tried booting with a cdrom in the drive but that didn't seem to help. I am still getting :
>
> [root@citation mnt]# ls
> cdrom floppy zip100.0
> [root@citation mnt]# mount cdrom
> mount: /dev/cdrom is not a valid block device
> [root@citation mnt]#
>
> I am lost. /dev/cdrom points to /dev/hdc
>
--------
things to check...
try running these commands
# depmod -ae
# insmod cdrom
# modprobe ide-cd
Or upgrade to latest kernel - 2.4.9-?
also - see bugzilla...
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=55074
Craig