LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   CDROM won't mount, I'm baffled! (https://www.linuxquestions.org/questions/suse-opensuse-60/cdrom-wont-mount-im-baffled-274750/)

Recirqie 01-06-2005 05:30 PM

CDROM won't mount, I'm baffled!
 
On one of my boxes using 9.0 Prof the CDROM won't mount.

When I try to mount it I get the following message:
"Could not mount device.
The reported error was:
/dev/cdrom: Input/output error
mount: I could not determine the filesystem type, and none was specified"

fstab looks like this:
/dev/cdrecorder /media/cdrecorder auto ro,noauto,user,exec 0 0
/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0

I also find fstab.pre-captive, which is the one the system actuallu uses. The entry for the drive is identical here.

The device is a DVD-burner.

eigenyeugen 01-06-2005 06:56 PM

not sure if this will help...

you could try replacing "auto" in fstab with iso9660, or mounting with:

mount -t iso9660 /dev/cdrom /media/cdrom

Matt

J.W. 01-06-2005 11:53 PM

What exactly are you trying to mount? If it's a music CD or a blank CD, there won't be a filesystem. In order to successfully mount a CD, it must be a data CD. -- J.W.

Recirqie 01-07-2005 12:37 AM

Errrrr......
I forgot that I had recently replaced a dying drive ...
The address was /dev/sr0

Recirqie 01-07-2005 02:22 AM

But I'm not home and dry yet. It will mount data CD's, but not music or DVD (and so xine doesn't work either). When trying to mount it reports that it cannot determine file type. xine reports no plugin for dvd/: available.

tired 01-07-2005 02:14 PM

See J.W.'s reply above.

Try playing the CD as root. If that works you know the CDplayer is OK and its then probably a question of permissions.

HenchmenResourc 01-07-2005 05:51 PM

Music CDs don't actually get mounted to view the contents of a Music CD open up your Konqueror file browser and type "audiocd:/" in the address bar.

As far as DVD playback goes you will want to install xine on your own since the version contained on the SuSE CD/DVD is limited due to legal resons surrounding DVD decryption on Linux. Go to PackMan to get a good version of xine and all it's libraries.

Recirqie 01-09-2005 03:07 PM

I have tried reinstalling xine (it gor corrupted during some module compilation previously). It reports that there is no plugin for dvd:/ Further down it says "snd_pcm_open() device busy".

When trying audiocd:/ in a browser it responds that it is not a registered protocol.

Recirqie 01-10-2005 03:17 AM

I'm fairly sure the problem is a broken link due to the replaced drive. so I'll end this thread and take the query to the HW forum. Thank all.


All times are GMT -5. The time now is 07:17 PM.