Furius ISO Mount - Mount and Unmount ISO images with GUI Tool in Ubuntu Linux
Posted by admin on August 21st, 2008
Email This Post
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Furius ISO Mount Features
- Automatically Mounts ISO, IMG, BIN, MDF and NRG Image Files.
- Automatically creates a mount point in your home directory.
- Automatically Unmounts the Image files.
- Automatically removes the mount directory to return your home directory to its previous state.
- Automatically saves the history of the last 10 images mounted.
- Mounts multiple images.
- Burn ISO and IMG Files to optical disk.
- Generate Md5 and SHA1 checksums.
- Automatically retrieves any previously unmounted images.
- Automatically generates a log file of all commands needed to mount and unmount images manually.
Install Furius ISO Mount in Ubuntu
First you need to download .deb package from here
http://www.marcus-furius.com/files/FuriusIsoMount/furiusisomount_0.9.0.0-1_i386.deb using the following command
wget http://www.marcus-furius.com/files/FuriusIsoMount/furiusisomount_0.9.0.0-1_i386.deb
Now you have .deb package you need to install this using the following command
sudo dpkg -i furiusisomount_0.9.0.0-1_i386.deb
This will install all the required packages for Furius ISO Mount.
Using Furius ISO Mount
If you want to open Furius ISO Mount go to Applications—>Sound & Video—>Furis ISO Mount

Once it opens you should see similar to the following screen

Now you need to select your .iso file by clicking on Browse

You need to click on Mount to mount you .iso file you can see sample mount point

If you want to unmount .iso file select your mount point and click on unmount




August 21st, 2008 at 12:12 am
This deb is also in the repos (Local/main)
so “sudo apt-get install furiusisomount” is the way to go ^^
August 21st, 2008 at 1:08 am
It is not in my repos. So thanks for the link!
August 21st, 2008 at 1:11 am
Actually, “sudo aptitude install furiusisomount” is usually wiser. Rollback has saved my digital butt a few times.
August 21st, 2008 at 1:13 am
@Rakudave: You sure it’s in the repos? I just checked and can’t see it ..
August 21st, 2008 at 3:29 am
Or you can use Gmount-iso which has less clutter in it.
August 21st, 2008 at 4:55 am
can I only use .iso images? can I use .nrg made from nero software?
August 21st, 2008 at 6:38 am
Read the source uhhh — the text luke!
August 21st, 2008 at 8:08 am
@Shubuntu, Furius ISO Mount allows you to automatically mount ISO, IMG, BIN, MDF and NRG Image Files. Burning support is only available for ISO and IMG, however. BTW, 64bit version is also available.
August 21st, 2008 at 9:16 am
Shubuntu, did you read the article?
Furius ISO Mount Features
* Automatically Mounts ISO, IMG, BIN, MDF and NRG Image Files.
.nrg is there.
August 22nd, 2008 at 5:00 pm
Looks good. I missed Daemon Tools since I left Windows XP, this seems to be a good replacement.
August 22nd, 2008 at 9:53 pm
@ Shubuntu
Did you even read past the title of the article!?
“Automatically Mounts ISO, IMG, BIN, MDF and NRG Image Files.”
September 2nd, 2008 at 2:53 pm
Does it support command-line mode? I would like to avoid GUI whenever possible…
September 2nd, 2008 at 5:50 pm
@Man-wai Chang
I don’t think so
September 3rd, 2008 at 2:23 am
There’s also ISO Master:
http://www.littlesvr.ca/isomaster/
which is well packaged for most distributions.
And if all you want to do is mount a simple ISO image, skip the palaver, it’s just:
mount -o loop /path/to/file.iso /path/to/mount/point
September 3rd, 2008 at 6:45 am
@adam
we have already discussed about iso master here