iso_image_tips

This is an old revision of the document!


ISO Image Tips

Make a CD from an .iso image

Open Nautilus file manager and browse to .iso file.

Right-click and choose “Write to disc” – DVD should then be created.

Or try the command line:

cdrecord -v -pad src.iso 

Create an .iso image from a CD

su - root
mkdir /mnt/cdrom
mount /dev/cdrom /mnt/cdrom
cd <local directory for .iso>
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.

iso_image_tips.1742509002.txt.gz · Last modified: 2025/03/20 18:16 by juckins