Creating a CDROM ISO image

From Birnam Designs Wiki

Jump to: navigation, search

In Linux, creating a CDROM image is really easy:

dd if=/dev/cdrom of=/tmp/cdimg1.iso

if=/dev/cdrom -- (input file) read from /dev/cdrom (use /dev/ location, not /mnt/ location, to get raw data)

of=/tmp/cdimg1.iso -- (output file) write to FILE cdimg1.iso, i.e. create an ISO image

Share This!
This page was last modified on 11 February 2010, at 19:53. This page has been accessed 426 times.