How to: Tips and Tricks

Easy mounting ISO images in Ubuntu

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.

To install open terminal and type the following command

sudo apt-get install gmountiso

The application is available from Applications > System Tools > Gmount-iso.

Once it opens, you can specify your .iso file and mountpoint, where you want to mount. Then click on the Mount button. If prompted, enter your password.

Gmount-iso

To unmount, just select your mount point from Mounted Images and click on Unmount.

Related posts:

  1. Convert .nrg (Nero image) to .iso file in Ubuntu
  2. Quick Setup fresh installed Ubuntu with Ailurus
  3. Easy converting PNG, JPG and other image formats to PDF
  4. Put Home, Computer, Network, Trash icons on Gnome Desktop
  5. Mount a remote SSH folder in Ubuntu (cmd and GUI)

You can follow any responses to this entry through the RSS 2.0 feed.