CD RIP SLOW on Ubuntu 12.04. How can I increase ripping speed?

I'm trying to rip an audio cd from my old library but when I try (with every app) to do that, the process is too slow. For 2 tracks it need more than 2 hour and then it crash!

I tried to make:

$ sudo hdparm -d1 /dev/sr0

but the response is

$ /dev/s$ /dev/sr0:

setting using_dma to 1 (on)

HDIO_SET_DMA failed: Inappropriate ioctl for device

HDIO_GET_DMA failed: Inappropriate ioctl for device r0:

setting using_dma to 1 (on)
HDIO_SET_DMA failed: Inappropriate ioctl for device
HDIO_GET_DMA failed: Inappropriate ioctl for device
3

2 Answers

Instead of using /dev/sr0, use the correct entry from /dev/disk/by-id

For example, I run abcde with the option CDROM=/dev/disk/by-id/ata-PIONEER_DVD-RW_DVR-106D_CJDC269789WL and it now rips at full speed.

I think the correct way to do it is

setcd -x <speed> <device>

See the manpage for details on how speed is expressed. Or rip using this little script,

nenRip I made and configure CDROM_SPEED in there.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like