Thursday, November 3, 2011

convert cd dvd to a ISO image

convert cd dvd to a ISO image

make sure /cdrom is not mount

# mount

# umount /cdrom

# dd if=/dev/cdrom of=/path/cdimg_filename.iso

// if: the cdrom device
// of: the name of the ISO

No comments: