Pages

01 April 2009

How to create .iso file for a CD/DVD in linux CLI

To generate .iso file from a CD or DVD disk, see below command:

dd if=/dev/scd0 of=output.iso

Where the if = infile (eg. refer to the CD drive),
of = outfile (the .iso filename with extension .iso)

No comments:

Post a Comment