Re: Reading CD image

2000-10-16 Thread schilling
From: Joachim Backes [EMAIL PROTECTED] 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

Re: Reading CD image

2000-10-16 Thread Bill Davidsen
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

Reading CD image

2000-10-15 Thread Joachim Backes
Hi, 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