Announcement

Collapse
No announcement yet.

How to mount a cd image

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to mount a cd image

    Hello everyone.

    I need to mount a cd .iso image, but i just realized i have no idea how i can do that on linux. Can you please recommend an application for this? Or, if i don't need an application, explain the process to me?


    #2
    Re: How to mount a cd image

    Ubuntu 7.04 (Feisty Fawn)
    http://ubuntuguide.org/wiki/Ubuntu:Feisty

    How to mount/unmount Image (ISO) files without burning

    * Read #General Notes
    * To mount Image (ISO) file

    sudo mkdir /media/iso
    sudo modprobe loop
    sudo mount -t iso9660 -o loop file.iso /media/iso/

    * To unmount Image (ISO) file

    sudo umount /media/iso/

    gmountiso
    This is Gmountiso, a PyGTK GUI to mount your cd images

    Gmount-iso is a small tool written using PyGTK and Glade. It allows you to
    easily mount your cd images. This is a frontend to the 'mount -o loop -t
    iso9660 foo.iso /mountpoint' command
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: How to mount a cd image

      Thanks, that worked! Will this also work for .bin and .cue files?

      Comment


        #4
        Re: How to mount a cd image

        Hmm - I have't tried, but there is a workaround:

        bchunk
        CD image format conversion from bin/cue to iso/cdr

        The bchunk package contains a UNIX/C rewrite of the BinChunker program.
        BinChunker converts a CD image in a .bin/.cue format (sometimes .raw/.cue) into
        a set of .iso and .cdr/.wav tracks. The .bin/.cue format is used by some
        non-UNIX CD-writing software, but is not supported on most other CD-writing
        programs.

        Homepage: <http://he.fi/bchunk/>
        Before you edit, BACKUP !

        Why there are dead links ?
        1. Thread: Please explain how to access old kubuntu forum posts
        2. Thread: Lost Information

        Comment

        Working...
        X