Saturday, May 18, 2013

Copying Audio CDs on Ubuntu ( with cdrdao )

You should be able to (assuming that your cd is called foo) rip the data using:

cdrdao read-cd foo.toc

and then write it using:

cdrdao write foo.toc

For various reasons too annoying and mysterious to explain, I ended up using:

sudo cdrdao write --driver generic-mmc-raw foo.toc 

to write, but that's probably just the peculiarities of my dell mini netbook / lite-on external drive

No comments:

Post a Comment