Ubuntu Geek

Ubuntu Linux Tips,Howtos&Tutorials|Edgy,Feisty,Gutsy,Hardy

  • RSS Feed

    subscribe to the ubuntu Geek RSS feed




  • Sponsor

  • Categories

  • Meta

  • Sponsor

  • Archives



  • WidgetBucks - Trend Watch - WidgetBucks.com

Easy way of Mount/Unmount .iso Images in Ubuntu

Posted by admin on February 1st, 2008 Email This Post Email This Post

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.

Install gmountiso in Ubuntu

sudo aptitude install gmountiso

This will complete the installation.

Using gmountiso

If you want to open go to Applications—>System Tools—>Gmount-iso

Once it opens you should see the following screen here you can specify your .iso file and mount point where you want to mount.

Example for gmountiso

I am having dsl-4.0.iso image on my desktop and i want to mount this under dsl directory so i have menctioned all the details and click on mount

This will prompt for root password enter your root password and click on ok

Once it finished mounting you can see these details under mounted images

You can see the files and folders inside dsl directory

If you want to unmount just select the your mount point and click on Unmount

This is very simple and easy process.

If you want to be notified the next time we write something please subscribe to our RSS feed.Thanks for Visiting!

Related Articles

5 Responses to “Easy way of Mount/Unmount .iso Images in Ubuntu”

  1. Ryan Says:

    You can also open iso file directly in file-rolller AKA archive manager

  2. xiao_haozi Says:

    You could also mount the iso file manually, for example if you want to install software via wine. I like to do the following:
    mkdir -p /path/tomount/point && sudo mount -t loop /isofile.iso /path/tomount/point
    I like this method as it just tends to be a lot faster for me than a gui program and uses tools that are already built into the system rather than adding additional programs as frontends.

    If you are lets saying viewing a movie that you have created and made into an iso disc image, programs like VLC (and im pretty sure mplayer) will read these directly and require no such user manipulation.

  3. Bionic Commando Says:

    Here’s an easier way:
    http://mundogeek.net/nautilus-scripts/#nautilus-mount-image

  4. Hawk Says:

    Can’t mount an ISO located on a Windows share.

  5. carles Says:

    @2 : that option is OK if you know the commands and options by heart and have the console open at all times. The program is more for the kind of people that just wants to use a CD image rather than an experienced sysadmin.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>