Duplicating Data CDs from the Command Line

Duplicating Data CDs from the Command Line

Use the dd command line utility to create an ISO image file from the /dev/ cdrom device as follows :

dd if=/dev/cdrom of=mycd.raw

Make sure you have /dev/cdrom as your CD-ROM or linked to your CD-ROM device. dd will read the device file completely, making an ISO image file that is ready to burn to CD using the cdrecord utility. What could be easier?

 



Multitool Linux. Practical Uses for Open Source Software
Multitool Linux: Practical Uses for Open Source Software
ISBN: 0201734206
EAN: 2147483647
Year: 2002
Pages: 257

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net