I am on Ubuntu 12.04 and I don't find Disk Image Mounter as an option when I right click on a ISO file. Can any help me with this? Thanks!
2 Answers
The Gnome Disk Utility is a tool to manage disk drives and media. You can install inside a terminal with this command:
sudo apt-get install gnome-disk-utilityThis should add 'Disk Image Mounter' to the context menu when right-clicking the ISO file.
1In Nautilus right click on a ISO file and the first choice in the context menu is "Open with Archive Mounter".
1