LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   CD ROM mount error: "no medium found"????? (https://www.linuxquestions.org/questions/linux-hardware-18/cd-rom-mount-error-no-medium-found-24569/)

RonRussell 06-28-2002 08:22 PM

CD ROM mount error: "no medium found"?????
 
I'm running Suse 7.1 on a 900 Mhz Celeron, with a CD-ROM as master on it's own channel, and a CD-RW as slave on the same channel as the hard drive. When attempting to mount either device, I receive the error message "No Medium Found".
What does this mean, and how do I fix it?

Ron

linuxcool 06-28-2002 09:16 PM

Did you put a disk into the drives before mounting them?

neo77777 06-28-2002 09:55 PM

Yeah, it seems a little odd, I assume you did put disc in the drive - are there any scratches on the disc - that sort of error indicates that a disc is not readable or it is not in the drive, another option ... well, the drive retired.

RonRussell 06-29-2002 12:52 PM

Installing a disc DID make a difference.....now I receive an error message 'input/output error: could not determine filesystem type, and none was specified'.
What does this mean?
The disc plays fine in the SAME drive when I boot that OTHER operating system, so I'm assuming that the problem involves some setting in the Linux OS.

Ron

neo77777 06-29-2002 01:48 PM

Is it an audio CD?

linuxcool 06-29-2002 10:49 PM

As neo77777 points out, you can't mount an audio cd. Only data cd's.

Try mounting the cdrom drive like this:

mount -t iso9660 <device_name_here> <mount_point_here>

The -t iso9660 specifies the file type.

linuxlastslonge 07-01-2002 09:20 AM

can you get to a shell? if you can, at the prompt: (assuming you're root)

[root@server]# lsmod

you will see a list of modules or drivers that are loaded. if you don't see a "cdrom" driver loaded find your cd-rom driver by typing:

[root@server]# find / -name cdrom.o

after find displays the location of the cdrom.o driver, at a prompt type:

[root@server]# insmod <location-of-driver>

then try to mount your cdrom.

if that doesn't work, please e-mail me with any errors or problems.

RonRussell 07-01-2002 11:02 AM

Yes, the disc is an audio CD. I had no idea that mounting audio CD's was not possible. I thought that any CD had to be mounted.

Thanks

Ron

neo77777 07-01-2002 12:34 PM

No, audio CD's cannot be mounted due to lack of file system - they simply have none.


All times are GMT -5. The time now is 05:23 PM.