LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mounting cdrom problem... (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-cdrom-problem-44439/)

Martok1 02-07-2003 06:06 AM

Mounting cdrom problem...
 
Don't know why, but I can't mount either my cd-rw or dvd drive. I've created the folder for each of them and my fstab is:

/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1 /mnt/cdrom1 iso9660 noauto,owner,kudzu,ro 0 0


When I try to mount the drives I get the following error:
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted file systems


Any ideas?
Thanks

trickykid 02-07-2003 09:30 AM

What is the command your using to try to mount and are these data or media cd's ? Remember, media cd's you will not be able to mount.

Martok1 02-07-2003 02:13 PM

I tried several commands to mount them; including /mnt/cdrom, mount -a, and mount /dev/cdrom /mnt/cdrom iso9660; but actually, it probably is because they were media cd's, not data cd's.

In that case, how can I get my information of media cd's? When I put them in they start to play automatically, but I can't get to their files.

And why is it that you can't mount media cd's?...

Thanks a bunch!

Texicle 02-07-2003 02:43 PM

Try mounting by mount /mnt/cdrom for data cd's--test by putting in a Linux CD for your distribution. I'm not sure about the last question though.

Martok1 02-07-2003 02:51 PM

Yeah, it's working for data cd's now, just not media

trickykid 02-07-2003 04:09 PM

Media cd's like dvd movies and music cd's don't have a valid type filesystem to mount and read them from, from my understanding.

Martok1 02-07-2003 04:50 PM

Hmm, too bad. Thanks for the info though.

Valek 02-08-2003 12:11 AM

If you are using RH8.0 you can't really use cds unless you find a patch that will do it in xmms. If you do find one post one here because I hate loggin into windows to listen to a cd

Glock Shooter 02-08-2003 01:55 AM

if you are using SCSI emulation I think you need to change your /dev/cdrom to /dev/scd0 and /dev/scd1. But then again I could be wrong.

snocked 02-10-2003 05:29 AM

Quote:

Originally posted by trickykid
What is the command your using to try to mount and are these data or media cd's ? Remember, media cd's you will not be able to mount.
This explains why I can't mount a music cd. :D


All times are GMT -5. The time now is 04:55 PM.