How do I mount a CloneCD .img file?
To mount a .ccd
file created with CloneCD, first translate the file to an .iso
file,
ccd2iso MyImage.img MyImage.iso
Then mount the .iso
file,
sudo mkdir /tmp/disk
mount -o loop -t iso9660 ./MyImage.iso /tmp/disk/