[Linux] How to Mount IMG (CCD) Images

CCD (img) images are created by CloneCD and therefore, proprietary. To be able mount them on Linux, you have to convert them to ISO images.

ccd2iso tool comes to help for this purpose.

ccdiso image.img image.iso

You know the rest;

mount -o loop,ro image.iso /your_mountpoint

Leave a comment