Results 1 to 9 of 9

Thread: Mounting .img files

  1. #1
    Join Date
    May 2006
    Beans
    76

    Mounting .img files

    This is my first tutorial, this tutorial will teach u how to mount .IMG files.

    First u need to have these things
    a rpm version of ccd2iso u can get it here
    Code:
    wget http://rarewares.org/debian/packages/unstable/ccd2iso_0.2-0.1_i386.deb

    Now that we have those things we can start

    Lets install we do
    Code:
    sudo dpkg -i ccd2iso-0.2-1.i386.deb
    Now we are going to convert the img to iso using this application

    Code:
    sudo ccd2iso /place/of/the/img.img /place/of/the/wanna/be/iso.iso
    Please tell me if im missing anything
    I added that link provided by same

    After some testing this i realized that when i try to open the iso i get it gives me an error im trying to figure out how to fix that but if someone else knows ill be glad to fix my tutorial

    What does work well is running UltraISO on cedega u can get the trial of their site and when u run it with cedega i noticed that the trial is the same thing as the full version so u can convert any size file to iso (bin,img,ccd,anything)
    Last edited by PoisoN2003; June 30th, 2006 at 11:28 PM.

  2. #2
    Join Date
    Feb 2005
    Location
    Geneva, Switzerland
    Beans
    976

    Re: Mounting .img files

    Use this package instead, this one works (although it's an older version).

  3. #3
    Join Date
    May 2006
    Beans
    76

    Re: Mounting .img files

    thx i added that file

  4. #4
    Join Date
    Dec 2005
    Location
    Sweden
    Beans
    39
    Distro
    Ubuntu 6.06

    Re: Mounting .img files

    It is easier to just rename the file from filname.img to filname.iso and it works grate.
    Linux user #406037
    If you speak swedish take a look at my webased game www.dackbrann.net

  5. #5
    Join Date
    Apr 2006
    Beans
    1

    Re: Mounting .img files

    okae, I installed the program from the link, try to convert .img file with
    Code:
    sudo ccd2iso file.img file.iso
    I get 'Segmentation fault', I have no idea why it says that.

  6. #6
    Join Date
    Jul 2006
    Beans
    19

    Re: Mounting .img files

    Can be done easily from command line and browsable if permissions are set:

    mount -o loop -t iso9660 filename.iso /mnt/iso

  7. #7
    Join Date
    Sep 2005
    Location
    Austin, TX
    Beans
    925
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Mounting .img files

    Grab the newest ccd2iso from here.
    http://packages.debian.org/unstable/otherosfs/ccd2iso

  8. #8
    Join Date
    Sep 2007
    Location
    USA
    Beans
    30
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Mounting .img files

    Thanks for updated link

  9. #9
    Join Date
    Sep 2007
    Beans
    56

    Re: Mounting .img files


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •