LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   DVDs mounts ok, but can't mount CDs (https://www.linuxquestions.org/questions/linux-hardware-18/dvds-mounts-ok-but-cant-mount-cds-781517/)

navy80 01-11-2010 12:40 PM

DVDs mounts ok, but can't mount CDs
 
I have Ubuntu 9.10. The system mounts automatically DVDs ok, but when I insert a CDrom nothing happens.

Any help on how I can activate the CD automatic mounting?

thanks a lot,
navy80

the trooper 01-11-2010 01:13 PM

Are you trying to mount an audio cd?.
You can't mount an audio cd as it's raw data.You can only mount filesystems.

navy80 01-12-2010 03:07 AM

I'm trying to mount filesystems.

Everything worked perfectly until I installed Ubuntu 9.10!

the trooper 01-12-2010 08:39 AM

Seems like you've done this before:

http://www.linuxquestions.org/questi...nt-cds-773776/

As you know already you can't mount an audio cd,we'll assume its a data disc.
Try to mount the disc manually with the disc already in the drive:

Code:

sudo mount -t iso9660 /dev/scd0 /media/cdrom
I'm guessing at the device scd0 from your previous post.

navy80 01-12-2010 04:28 PM

Quote:

Originally Posted by the trooper (Post 3823724)
Try to mount the disc manually with the disc already in the drive:

Code:

sudo mount -t iso9660 /dev/scd0 /media/cdrom
I'm guessing at the device scd0 from your previous post.

I've tried what you suggested, but no joy, what I get is:
mount: no medium found on /dev/sr0


All times are GMT -5. The time now is 12:05 AM.