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

From www.ReeltoReel.nl Wiki
Revision as of 19:14, 3 February 2008 by Root (talk | contribs) (New page: 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.i...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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