Paul wrote:

>In reply to Paul's mail, d.d. Tue, 1 Oct 2002 12:30:13 -0700 (PDT):
>
>  
>
>>As the title suggests, how do I copy a cd using
>>terminal instead of the GUI?
>>    
>>
>
>dd if=/dev/cdrom | cdrecord -v -eject driveropts=burnfree speed=4 dev=0,0 -
>
>(Remove the driveropts if your cd-writer does not support burnfree)
>
>hth
>Paul
>
>--
>
>  
>
To Copy  data disc to disc on the fly,
------------------------------------

mkisofs -r -j -v /mnt/cdrom/<file> - | cdrecord -v speed=8 dev=0,1,0 
-data -pad -eject -ignsize -
or
cd /mnt/cdrom/
mkisofs -r -j -v <file> - | cdrecord -v speed=8 dev=0,1,0 -data -pad 
-eject -ignsize -

John

-- 
John Richard Smith
[EMAIL PROTECTED] 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to