How to create an ISO file from a CD-ROM

From Wiki
Revision as of 22:37, 2 February 2011 by Scott (talk | contribs) (Created page with '* Figure out what device the CD is in. If it is mounted, you can find out by looking at <code>/etc/mtab</code>. The device name should start with <code>/dev</code>. * <code>umoun…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Figure out what device the CD is in. If it is mounted, you can find out by looking at /etc/mtab. The device name should start with /dev.
  • umount the device if it is mounted.
  • Run something like this:
dd if=/dev/cdrom of=my_cd.iso