MakeTechEasier
  • Home
  •  
  • About
  •  
  • Archives
  •  
  • Jobs
  •  
  • Advertise
  •  
  • Contact Us
  • Windows
  • Linux
  • Mac
  • Internet
  • WordPress
  • iPhone
  • Android
  • All Categories
    • Android RSS
    • Firefox RSS
    • Gaming RSS
    • Google RSS
    • google chrome RSS
    • Internet RSS
    • iPhone/iPod Touch RSS
    • Linux RSS
    • Mac RSS
    • Mobile RSS
    • OpenOffice RSS
    • PC Hardware RSS
    • Review RSS
    • Roundup RSS
    • Windows RSS
    • Windows Mobile RSS
    • WordPress RSS
    • WordPress Plugins RSS
  • rss icon
  • email icon
  • facebook icon
  • twitter icon

Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus

Posted by: Damien on May 23rd, 2009
  • 29 Comments
  • Share

nautilus-mount-logoWe have covered the easy way to mount iso images in Windows. This time round, we are going to cover the easy way to mount an iso, bin or cue file in Ubuntu without having to hit the terminal every time.

With the use of fuesiso and nautilus-actions, we can easily create an option in Nautilus to mount the CD images right from the context menu (mouse right click).

Here it goes:

First, install fuseiso and nautilus actions

sudo apt-get install fuseiso nautilus-actions
sudo usermod -a -G fuse username

Change the username to your login name

Logout and back in.

Download the userisomount.sh script to your home folder.

Copy it to /usr/local/bin/ folder and make it executable.

sudo mv ~/userisomount.sh /usr/local/bin/
sudo chown root:fuse /usr/local/bin/userisomount.sh
sudo chmod 754 /usr/local/bin/userisomount.sh

Download the Nautilus Actions Schemas for MOUNTING and UNMOUNTING disk images.

If you are using Ubuntu Jaunty, do the following:

1. Open the MOUNTING and UNMOUNTING schemas with gedit

2. Locate the line with the code <default>1.1</default>

3. Replace it with <default>2.0</default>

4. Save and close the files.

Open up Nautilus Actions Configuration (System->Preferences->Nautilus Actions Configuration). Import the two files into Nautilus Actions.

Save and close Nautilus Actions.

In your terminal, restart Nautilus

killall nautilus

You should be able to find a  Mount Disk Image on the context menu of your Nautilus now.

nautilus-context

To mount a iso, bin or cue file, simply right click and choose Mount Disk Image from the menu.

Reference: Ubuntu community documentation

Damien Oh is the owner and chief editor of Make Tech Easier

Tags: mount iso, Ubuntu
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Share and Enjoy!

  • Rss feed
  • StumbleUpon It!
  • Del.icio.us
  • reddit

Related Posts

  • Ubuntu: How To Delete Your Files (Or Wipe Your Hard Drive) Beyond Recovery
  • Create a Private Encrypted Folder On Ubuntu Hardy With eCryptfs
  • How to Easily Mount Your iPhone As An External Drive in Ubuntu
  • How to watch DVD in Ubuntu Gutsy?
  • Installing (K)Ubuntu In Ubuntu With VMware Server

Popular Posts

  • Turn Your Ubuntu Hardy to Mac OSX Leopard 498 comment(s)
  • Turn Your Ubuntu Intrepid Into Mac OSX Leopard 311 comment(s)
  • 28 Coolest Firefox About:Config Tricks 122 comment(s)
  • How To Boot And Install Windows 7 From USB Flash Drive 122 comment(s)
  • Best 101 Free Computer Software For Your Daily Use 101 comment(s)

Enjoyed the article? Subscribe to Make Tech Easier today to get your daily updates of technology tutorials, tips and tricks.

Enter your email:

1 pingback/trackback (Click to open)

  • HowtoMatrix » Ubuntu: How to Mount iso, Bin And Cue Files Directly From Nautilus
[Click to close]

29 Responses

  • Dim says:
    May 23, 2009 at 3:20 pm

    Ubuntu has “Open with Archive mounter” context menu item by default, which mounts .iso files.

    Reply
    • Damien says:
      May 24, 2009 at 8:52 am

      Yes, you are right, but the Archive Mounter does not mount bin or cue files. The reason for this tutorial is because I tried to mount the bin file and it fails, so I have to find an alternative

      Reply
  • Kristijan says:
    May 23, 2009 at 11:39 pm

    I have done everything as you advised. Mount works but i cant unmount, i dont have option for unmount in the context menu of Nautilus. Both scripts are Imported into Nautilus Actions.

    Reply
    • Damien says:
      May 24, 2009 at 8:55 am

      You can’t use the umount function in Nautilus as that is different from the UNMOUNTING schemas that you have imported earlier. You can unmount it by right clicking the disk icon on the desktop and select Unmount. Alternatively, run

      userisomount.sh clean

      in the terminal.

      Reply
  • Suraj says:
    May 24, 2009 at 4:56 am

    Just double click the ISO, thats it.
    It can be more easy then this.

    Reply
    • Kristijan says:
      May 24, 2009 at 8:26 am

      I dont now about you but when i double clik i open the image and every other file on computer. When i tray unmount i get this error

      http://slike.hr/vidi/prikazzaslona9.png

      Reply
      • Suraj says:
        May 24, 2009 at 10:17 am

        I don’t know, why you get that error in your system.
        But my system with jaunty(http://releases.ubuntu.com/jaunty) in it, works as I said earlier.

        Reply
        • OzzyFrank says:
          June 10, 2009 at 12:55 am

          I get the very same error and can’t unmount, save resorting to the terminal. And yes, I use Jaunty.

          Reply
  • cronny says:
    May 24, 2009 at 5:10 pm

    I have done all you said. Everything goes fine except unmounting; there is an icon.iso on my desktop, yet I have only unmount volume option, which is error and saying “Unable to unmount xxxxxx.iso umount: /home/cronny/.mymounts/LDOCE 2005.iso is not in the fstab (and you are not root)”

    Reply
    • Daneeb says:
      July 20, 2009 at 4:33 pm

      Same problem – any solution?

      Reply
  • anonymous says:
    May 25, 2009 at 3:06 am

    bin2iso and Gmountiso is all you need. Oh and the Poweriso Linux version.:)

    Reply
  • Liane says:
    May 26, 2009 at 7:51 am

    good idea! I didn’t think that far when I searched for a solution and just used some graphical program. tried two different and this one worked for me: http://www.acetoneteam.org
    As far as I can see it also knows bin-files.
    shows you a list of all mounted images which you can unmount with a click. only when I used it I discovered that there is lots of other useful features

    Reply
    • Damien says:
      May 28, 2009 at 6:47 am

      AcetoneISO uses fuseiso as well, so it is essentially the same as this tutorial, except that it comes with a graphical frontend. Nevertheless, it is an useful software.

      Reply
  • Travis says:
    June 9, 2009 at 8:17 pm

    Hi I am running Ubuntu Hardy and when I go to import the Nautilus Actions Schemas i get this error in a box

    “This XML file is not a valid Nautilus-actions config file (missing key(s) : )”

    Please help

    Reply
    • Damien says:
      June 11, 2009 at 1:46 am

      I hope you didn’t edit the schemas after you have downloaded them. The edit (as listed in the tutorial) is only required if you are using Jaunty.

      Reply
  • OzzyFrank says:
    June 10, 2009 at 12:43 am

    Dunno why it’s happening, since you guys seem to have it fine, but for me when I try to download the unmounting schema it just opens up a blank page and also another for accommodation deals in Western Australia! Here is the proper link for those who encounter the same: http://thefrys.com/umount.schemas. Cheers

    Reply
  • OzzyFrank says:
    June 10, 2009 at 1:02 am

    I get the same error as Cronny and others, that I can’t unmount using any easy, user-friendly method, right-clicking the desktop icon included. I use Jaunty and have had fuseiso working fine (via AcetoneISO) for a while now. My images mount fine, but can’t be unmounted. I tried to “killall nautilus” (since I didn’t actually need to do that earlier, as the context menu option to mount appeared straight after closing Nautilus Actions) to no avail. And I definitely get no context menu option to unmount no matter where I look.

    Reply
    • Damien says:
      June 11, 2009 at 12:54 am

      Are you sure that you downloaded the correct unmounting schemas? The unmounting doesn’t seems to work within Nautilus, but I can get it to unmount via right-clicking the icons on the desktop.

      Reply
      • OzzyFrank says:
        June 11, 2009 at 2:38 am

        Hi. I downloaded from http://thefrys.com/umount.schemas (the link here for that didn’t work – see my first post). After a reboot, I now get “Unmount Volume” when I right-click the icon on the desktop, but then get this permissions error when I try to do it:

        Unable to unmount Ubuntu Stuff.iso

        umount: /home/ozzman/.mymounts/Ubuntu Stuff.iso is not in the fstab (and you are not root)

        Not sure why it would expect to find the image in fstab, but seems that is only half the problem anyway. Any ideas?

        Reply
      • OzzyFrank says:
        June 11, 2009 at 3:08 am

        PS: “/usr/local/bin/userisomount.sh clean” works in unmounting the images(s). I got that from https://help.ubuntu.com/community/ManageDiscImages and even added it to “Startup Applications” (formerly “Sessions”) as suggested, though doesn’t help in unmounting images once you’ve booted (I feel like that is to unmount images at boot, even though they’ve yet to be mounted, hehe).

        It’s easy enough to make a launcher for this, but it doesn’t address what is happening with the Unmount action in Nautilus context menu.

        Reply
  • TL says:
    July 21, 2009 at 1:54 pm

    This worked for me.

    Too bad nautalius automatically creates an icon on the desktop. I know that these can be disabled… but then they would be disabled for all devices that are mounted.

    Reply
  • Dim says:
    July 23, 2009 at 4:53 pm

    http://www.getdeb.net/app/AcetoneISO

    Reply
  • Sumit says:
    July 26, 2009 at 9:34 pm

    Awesome article…to the point and very useful.

    Thanks

    Reply
  • pdm says:
    October 9, 2009 at 12:37 pm

    Nautilus actions mount and unmount are assigned. Where should the mounted image appear, cause I do not see any image, volume, folder when mount click?

    Reply
  • karthikeyan says:
    November 7, 2009 at 10:03 pm

    thank u. can u just send me link where i can get these schemas of nautilus actions.

    Reply
    • Damien says:
      November 9, 2009 at 2:56 am

      The links are in the article.

      http://thefrys.com/mount.schemas
      http://thefrys.com/umount.schemas

      Reply
      • karthikeyanbe says:
        November 11, 2009 at 7:51 pm

        I got these schemas already sir. But, I need other schemas such as “open as root”,”enqueue in totem”, “send to disk” etc. Can u help me?

        Reply
        • Damien says:
          November 15, 2009 at 1:25 am

          @karthikeyanbe: You can find the howto here: https://help.ubuntu.com/community/NautilusScriptsHowto

          Reply
Cancel reply

Leave a Comment




Comment

Please Note: Comments maybe under moderation after you submit your comments so there is no need to resubmit your comment again

write for MTE

Latest Posts

  • OfficeMedium – A Social Collaboration Platform For The Small Business + Free Promotions
  • MakeTechEasier Is Now Hosted On KnownHost
  • KTorrent: KDE’s BitTorrent client
  • How to Create a Customized Toolbar for Your Browser
  • 13 Ways To Customize Ubuntu Netbook Remix For Better Usability

Our Writers

  • Damien Oh - Chief Editor
  • Sharninder - Geeky Ninja
  • Joshua Price
  • Tavis J. Hampton - Lantern Torch
  • Shevonne Polastre - FreeAgentWriter
  • Trevor Dobrygoski
  • Soumen Halder - Ampercent
  • Tanmay Ahmed - Tech-Tips-Geek
Make Tech Easier on Facebook
Jobs by SimplyHired
Job Widgets

Copyright

All the articles (including the text, images and tutorials) are properties of MakeTechEasier.

You cannot copy whole tutorials, either in English or translate to another language without our permission.

Write for us

Writing a tutorial or article for MakeTechEasier is a great way to get exposure and give back to the community.

Read More Details

Suggestions

We need your help to help us serve you better! This is YOUR site, so if you have suggestions/feedbacks on how we can improve it for you, please let us know! We do our best to make this place better!

Make a Suggestion

Navigation

  • Home
  • About Us
  • Advertise
  • Archives
  • Contact Us

Copyright © 2007-2010 Make Tech Easier | All Right Reserved.