Same thing happened to me.
/dev/cdrom is wrong. Mine was /dev/hdc with the cdrom being in the first
place of the secondary IDE.
hda is the first drive on the primary
hdb is the second on the primary
hdc is the first on the secondary
hdd is the the second on the secondary
Mike
- Origin
On Mon, Oct 07, 2002 at 09:52:48AM -0700, Palanikumar Ramalingam wrote:
>
> I have a problem with my CDrom. I tried the following:
> root@localhost kumar]# mount -t iso9660 /dev/cdrom
> /mnt/cdrom
> mount: /dev/cdrom is not a valid block device
run the command "depmod -ae && insmod ide-cd" or
upg
Palanikumar Ramalingam wrote:
> Dear redhat users:
> I have a problem with my CDrom. I tried the following:
> root@localhost kumar]# mount -t iso9660 /dev/cdrom /mnt/cdrom
> mount: /dev/cdrom is not a valid block device
[snip]
/dev/cdrom is just a symlink to your actual device (see below). Try
try using /dev/hdc instead of /dev/cdrom
also look at dmesg|grep CD
and see what it says
On Mon, 2002-10-07 at 17:52, Palanikumar Ramalingam wrote:
> Dear redhat users:
> I have a problem with my CDrom. I tried the following:
> root@localhost kumar]# mount -t iso9660 /dev/cdrom
> /mnt/cdrom
>