PDA

View Full Version : [ubuntu] [SOLVED] Viewing data tracks of audio CD's



oronte
June 12th, 2008, 01:41 PM
I'm using version 8.04 64 bit and I can't seem to see the data tracks of audio CD's anywhere. Only Grip reports that there is a data track on the CD. Sound Juicer does not recognise the data track at all. When I open it up in Nautilus it shows me the wav files but noting else. If I look in /cdrom or /media/cdrom directories I can't see anything at all. Please help.

helicase
June 12th, 2008, 11:46 PM
You have to mount the cd to see the data track. Open a terminal and execute the following command:


sudo mount /dev/cdrom

The track should now be visible in /media/cdrom

oronte
June 13th, 2008, 12:49 PM
Thanks for that. I would have thought such an option would be available in Nautilus, but no. And for others like me, I've figured out to unmount the cd you use:
sudo eject /dev/cdrom