The quicket way to create an ISO image in linux
Use the following one-liner to create an ISO image of a CD. You may need to change /dev/cdrom to your CD drive device.
dd if=/dev/cdrom of=/tmp/image.iso
Last updated: 02/09/2007
Use the following one-liner to create an ISO image of a CD. You may need to change /dev/cdrom to your CD drive device.
dd if=/dev/cdrom of=/tmp/image.iso
Last updated: 02/09/2007