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

--

Joachim Backes <[EMAIL PROTECTED]>       | Univ. of Kaiserslautern
Computer Center, Supercomputing Division     | Phone: +49-631-205-2438 
D-67653 Kaiserslautern, PO Box 3049, Germany | Fax:   +49-631-205-3056 
---------------------------------------------+------------------------
WWW: http://hlrwm.rhrk.uni-kl.de/home/staff/backes.html  


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to