> On 10-Aug-2000 Manuel Clos wrote:
> > Hi,
> >
> > I want to make a 1:1 copy of a CD, is this the right way??
> >
> > cdrecord -v dev=0,0,0 speed=8 fs=16384 -isosize -data /dev/hdc
> >
> > I know the CD will be usable, but will it be a 1:1, label, toc,
> > etc...???
>
> Use a shell pipe:
>
> dd if=<your cdrom device /dev/...> bs=1m | cdrecord ...
>
> Regards
>
> Joachim Backes
>
You can also use "readcd" from the cdrecord package to read
the CD. Some CDs have unreadable last sectors and the above command
may fail. Read the "Readme.copy" from the cdrecord package.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]