Ubuntu 9.04: Ripping CDs with grip?

Posted by chris on Super User See other posts from Super User or by chris
Published on 2009-10-01T02:14:19Z Indexed on 2011/02/25 23:27 UTC
Read the original article Hit count: 265

Filed under:
|

I tried to rip a CD tonight, and couldn't figure out how to configure grip - /dev/cdrom doesn't seem to be the mount point for music CDs any more.

How can I configure grip to find CDs?

Update:

/etc/fstab has

/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0

But there's nothing visible in /media/cdrom0 (or /media/cdrom, which is a symlink to cdrom0)

There's an icon on the desktop labeled "Audio Disk" and opening it shows the .wav files on the CD. The location is cdda://sr0/, but grip doesn't like that either.

Trying to manually mount /dev/sr0, I get

$ sudo mount -t auto /dev/sr0 foo/
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: you must specify the filesystem type

Update 2:

Tried to change the media handling preferences (From a file browser, Edit->Preferences, Media, CD Audio) to "Do Nothing". CD Still doesn't mount.

Update 3: With an audio CD in the drive:

$ ls -l /dev/ | grep cd
lrwxrwxrwx  1 root   root             3 2009-09-15 22:13 cdrom1 -> sr0
lrwxrwxrwx  1 root   root             3 2009-09-15 22:13 cdrw1 -> sr0
drwxr-xr-x  2 root   root            60 2009-09-15 22:13 pktcdvd
lrwxrwxrwx  1 root   root             3 2009-09-15 22:13 scd0 -> sr0
crw-rw----+ 1 root   cdrom      21,   2 2009-09-15 22:13 sg2
brw-rw----+ 1 root   cdrom      11,   0 2009-09-15 22:13 sr0

© Super User or respective owner

Related posts about ubuntu

Related posts about ripping