On Wed, 23 Apr 2008 23:04:59 +0100
pete shorthose <zenadsl6252(a)zen.co.uk> wrote:
cdrdao does seem to work with ide-cd
Yes, it works here with IDE drives. Here is how I use it to copy whole
cds from/to the same drive /dev/hdc :
$ cdrdao read-cd --device /dev/hdc tocfile.toc
$ cdrdao write --device /dev/hdc tocfile.toc
The actual data is stored in a file named data.bin by default. If you
preserve this file as well as the toc file, you will be able to burn
several copies.
HTH
--
David