LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Problem Mounting Music CD's under apt updated Knoppix (hd installed) (https://www.linuxquestions.org/questions/linux-general-1/problem-mounting-music-cds-under-apt-updated-knoppix-hd-installed-173143/)

shane25119 04-21-2004 10:55 PM

Problem Mounting Music CD's under apt updated Knoppix (hd installed)
 
Hi all

I just installed Debian via a Knoppix cd.... and I am having some difficulty in mounting my cdrom drive. I want to use it for music cds... and this is where the problem is. I can mount data cd's with no problem what so ever.... but when i try to mount an audio cd (the cds i have tested are metallica- reload [legit copy] and staind - dysfunction [burned], same result for each.....

here is my command line output

Code:

root@RSWLinux:/mnt# mount /dev/cdrom /cdrom
/dev/cdrom: Input/output error
mount: block device /dev/cdrom is write-protected, mounting read-only
/dev/cdrom: Input/output error
mount: you must specify the filesystem type

here is my /etc/fstab

Code:

# /etc/fstab: filesystem table.
#
# filesystem  mountpoint  type  options  dump  pass
/dev/hda1  /  reiserfs  defaults  0  1
/dev/hda2  none  swap  sw  0  0
proc  /proc  proc  defaults  0  0
/dev/fd0  /floppy  vfat  defaults,user,noauto,showexec,umask=022  0  0
/dev/cdrom /cdrom  iso9660  defaults,ro,user,noexec,noauto  0  0
/dev/dvd /dvd  iso9660  defaults,ro,user,noexec,noauto  0  0
/dev/cdaudio /cdaudio  iso9660  defaults,ro,user,noexec,noauto  0  0
# Added by KNOPPIX
/dev/hda3 /mnt/hda3 auto noauto,users,exec 0 0

floppy and dvd do not exist.... hda3 is just my giant store crap directory


thanks in advance :)

shane

motub 04-22-2004 01:14 AM

There is no need to mount audio CDs. Just play them.

:)

shane25119 04-22-2004 08:12 PM

I tried what you said... and it is not quite working.....

according to /etc/fstab it should be at /cdaudio... i pop in a cd and go there... nothing... i refresh still nothing... i try to mount and get this....


Code:

root@RSWLinux:/home/shane# mount /dev/cdaudio /cdaudio/
/dev/cdaudio: Input/output error
mount: block device /dev/cdaudio is write-protected, mounting read-only
/dev/cdaudio: Input/output error
mount: you must specify the filesystem type

thanks

motub 04-23-2004 03:42 AM

As I said, audio CDs do not need to be mounted. Put them in the drive, open a CD player, and play the CD.

Only data CDs need to be mounted.

ldp 04-23-2004 11:06 AM

I had the same experience and tried with KsCD to play a cd and it doesn't give any sound at all but no error messages either. My soundcard seems to work fine because I can play mp3 using XMMS and I can hear the system sounds.

shane25119 04-23-2004 10:17 PM

I dunno, this is wierd, I just want to rip some songs from mz CDs to play while I am working on my websites... and I don't really see how I can rip files without mounting a cd....


All times are GMT -5. The time now is 01:38 AM.