Saturday, 4 July 2009

Ubuntu Linux: How to Create .iso Images from CDROMs

It turns out to be surprisingly easy to create .iso files from CDROMs with Ubuntu.
Just use the readom utility with the device path and output file name, like so:

sudo readom dev=/dev/cdrom0 f=/home/mydir/imagefile.iso

There are other ways, but readom does error checking.

0 comments:

Post a Comment