Linux (Ubuntu)
Linux: IMG to ISO
by admin on Nov.20, 2011, under Linux (Ubuntu)
Short Linux tutorial of how to convert *.img files into *.iso images. I’m using the Linux distribution Debian 6 Squeeze.
First of all open up the terminal and change to the directory your *.img files are located.
cd /home/myself/img_files/
Then install the following tool: ccd2iso
apt-get install ccd2iso
And finally use the tool to convert the *.img files into *.iso:
ccd2iso file.img file.iso