How to make a .iso file from your CD or DVD

From www.ReeltoReel.nl Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

To make an ISO from your CD/DVD, place the media in your drive but do not mount it.

If it automounts, unmount it.


for DVD:

dd if=/dev/dvd of=dvd.iso 

for CD:

dd if=/dev/cdrom of=cd.iso

SATA device

dd if=/dev/sr0 of=file.iso

SCSI device:

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