Thursday, August 7, 2008

Make iso image of a CD/DVD

This can use for backup your CD/DVD

dd if=/dev/dvd of=dvd.iso # for dvd drives in IDE/ATA
dd if=/dev/cdrom of=cd.iso # for cdrom in IDE/ATA
dd if=/dev/scd0 of=cd.iso # if CD/DVD is scsi/SATA


if your CD/DVD automount , unmount it before running this command that is safer

No comments: