I have a file.img
file that I want to convert to file.iso
.
The tool ccd2iso
does not seem to work for this task:
Unrecognized sector mode (0) at sector 0!
I ensured that the img
file is not corrupted.
I have a file.img
file that I want to convert to file.iso
.
The tool ccd2iso
does not seem to work for this task:
Unrecognized sector mode (0) at sector 0!
I ensured that the img
file is not corrupted.
I suggest you to use
iat
(”Iso9660 Analyzer Tool“):First install the package
You can convert the image using the command
In my case, the tool ran for about half a minute (~3GiB image file). The output looked like this:
According to the man page, the supported formats are (at least) BIN, MDF, PDI, CDI, NRG, B5I, and, of course, ISO-9660.
additional info
Iso9660 Analyzer Tool is not maintained anymore. It had been published to BerliOS, which is not online anymore. However, here are some working links:
a list of ”reference sites“:
some links which might be interesting for you if
iat
is not what you need:You can install cdemu like that:
First you add the repository:
sudo add-apt-repository ppa:cdemu/ppa
Update your repo. list:
sudo apt-get update
Install cdemu:
sudo apt-get install gcdemu
For ddrescue, there is no package existing. You can download it there: http://sourceforge.net/projects/ddrescueview/