Convert CCD and IMG files to ISO in Linux

By | December 14, 2008

If you want to convert CCD and IMG files into a more common ISO image file, use ccd2iso:

ccd2iso image_file.img image_file.iso

7 thoughts on “Convert CCD and IMG files to ISO in Linux

  1. Pingback: Convert CCD and IMG files to ISO in Linux | Linux-Trickz

  2. Mario

    ccd2iso IS NOT WORKING IN UBUNTU 9.04
    “Unrecognized sector mode (0) at sector 0!”

    Any fix ?

    Reply
  3. sabun

    @Mario

    Have you tried it on both the .img and .ccd?
    Normally one or the other will work.

    sabun@sabun-desktop:~$ccd2iso “theimage.img” “myimage.iso”

    or replace “theimage.img” with “theimage.ccd” .

    replace theimage with the name of the image you want to convert and replace myimage with any name you want.
    the double quotes are used so that if there are spaces in the name it can read the image filename still.

    Reply
  4. johndoe32102002

    No, renaming the IMG file to CCD format extension did not fix the problem. The same error listed above occurs.

    Reply
  5. nico

    johndoe, you’ll like have a corrupted and/or encrypred CCD image.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *