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
October 17th, 2012 on 16:33
Man, I got an error like “Unrecognized sector (c0) at sector 0!”. Do you know how to get pass trough it?
Thx