LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   music CD's in linux? (https://www.linuxquestions.org/questions/linux-general-1/music-cds-in-linux-134518/)

e1000 01-13-2004 06:56 PM

music CD's in linux?
 
when I try to mount a music CD of any type it errors and says

/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

does anyone know whats hapening?

leonscape 01-13-2004 07:00 PM

You don't mount Music CD's. You simply start you music app and play it.

e1000 01-13-2004 08:57 PM

what if its one of those duall music CD's that have both music and files? I tired to mount the newish linkin park CD which is suposed to have some extra features (like a music video)
, but its not working.

leonscape 01-13-2004 09:02 PM

first create a directory to mount it too

mkdir /mnt/cd

then mount

mount -t iso9660 -o ro /dev/cdrom /mnt/cd

e1000 01-13-2004 09:37 PM

that doesnt work, I already can mount CD's but my problem lies in music CD's

the only good music player I have is XMMS, can that be made to play CD's and how, if not are there any other programs that can play CD's (preferably ones that an rip CD's also, and it would be nice if it was GPL'd)

leonscape 01-13-2004 09:52 PM

Sorry I only know the KDE ones. KAudioCreater etc. Any Music player should be able to access the normal CD content of the disc without mounting but the etc. stuff it will need to be mounted. Have you tried any of the GStreamer stuff?

mikshaw 01-14-2004 04:07 AM

Perhaps the CD is not a standard file system? This is just a guess, but I'm thinking they might not be able to create these CDs with ISO9660

michaelk 01-14-2004 04:18 AM

With a multisession CD this might work. Have never tried it myself
http://www.elis.rug.ac.be/~ronsse/cdfs/

Trinity22 01-14-2004 06:00 AM

KSCD plays CD's just fine. pop a CD in, adjust the cd rom device to /dev/whatever and there ya go. I use kscd for cd playing and xmms for mp3/ogg stuff.

Trinity


All times are GMT -5. The time now is 11:03 PM.