Home > experiments > How to create an ISO image

How to create an ISO image

December 26th, 2008 Petros Leave a comment Go to comments

In order to turn a CD/DVD into an .iso one can:

sudo umount /dev/cdrom

dd if=/dev/cdrom of=file.iso bs=1024

In order to turn a folder into an .iso one can:

mkisofs -r -o file.iso /location_of_folder/

Related posts:

  1. No comments yet.
  1. No trackbacks yet.