How to create an ISO file from a CD-ROM
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