Joachim Backes <[EMAIL PROTECTED]> asked:
> I have a question: If I read a CD image, I use the following command:
>
> dd if=/dev/scd0 of=<some image file>
>
> I know, there is the "readcd" command. In which cases should I use
> the readcd command instead of dd? Or should I avoid principally
> the usage of the dd command? The usage of dd is a lot faster then
> the usage of readcd.
For a single track CD (DAO) dd works fine, and quickly. You can try
sdd or readcd (read the man page carefully!) if you have any problem. If
the CD is audio, I highly commend cdparanoia, which has been quite
successful in extracting data from less than perfect CDs, including one
bad factory press (single run and not replacable) which had tracks no CD
player ever played.
For a commercially pressed data CD I would use DD to disk and then
burn. People do pipe CD to cdrecord, but using dd may have errors, and
using any error-correcting program may delay data and let the fifo go
enpty.
--
-bill davidsen ([EMAIL PROTECTED])
"The secret to procrastination is to put things off until the
last possible moment - but no longer" -me
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]