Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


create_.iso_image_from_a_cd

This is an old revision of the document!


Create .iso image from a CD

mkdir /mnt/cdrom
mount /dev/cdrom /mnt/cdrom
dd if=/dev/cdrom of=filename.iso

now check that the creation is okay with:

sum -r /dev/cdrom
sum -r <filename.iso>

The 2 values should match.

create_.iso_image_from_a_cd.1280280898.txt.gz · Last modified: 2010/07/27 21:34 by juckins