Click to See Complete Forum and Search --> : RedHat 5.1 Cd Rom Mount


sljouzo12
07-17-2000, 10:23 PM
Hello everyone,

I am trying to mount an IDE CDROM [Dell]. I am going by the book and the command reads mount -t ISO9660 /dev/cd0 /usr/cdrom

The error message I get back is

Kernel does not recognize ISO9660

Any ideas?

Thanks!

furrycat
07-18-2000, 04:12 AM
iso9660 - all lowercase.
Try "insmod iso9660" if it still doesn't work.

Dexter
07-21-2000, 01:13 AM
Try: mount -r -t iso9660 /dev/cdrom /mnt/cdrom

Make sure that you have a directory named cdrom under /mnt (mkdir /mnt/cdrom). This is the only command that I have ever used to mount my cdroms.