Tuesday, July 8, 2008

Creation of ISO Image of CD/DVD

If you want to create ISO image of CD/DVD in the
optical drive, please give the following command:

$ dd if=/dev/hdc of=/path/of/iso/image/xyz.iso

You can replace /dev/hdc (for Secondary Master)
with the CD/DVD drive path on your system. like

/dev/hdb (for Primary Slave)
/dev/sdc (for SATA optical drive,
or newer drive naming convention)

No comments: