First grab fuseiso
sudo apt-get install fuseiso
If you are in firefox and have apt-url installed click here to install with one click!
Then lets add ourselves to the fuse usergroup
sudo adduser myusename fuse
If you were not in the fuse group you will need to log off, then back in right now.
Now lets create ourselves a fuseiso folder to mount our iso
sudo mkdir /media/fuseiso
Now we just grabbed an iso off the net, so lets mount it!
sudo fuseiso myisofile.iso /media/fuseiso
Ok now the iso is mounted and we can use it like its a cd/dvd
Nautilus/cd your way to /media/fuseiso and the files from the iso will be mounted readonly.
More information on fuseiso can be found here
This was an nice tip for mounting iso files the easy way.
ReplyDeleteanytime, I seen this on a site years ago, and use fuseiso all the time, I thought it may be useful to others as well
ReplyDeletegISOmount is another nifty little tool.
ReplyDeleteI love your blog by the way.
XX What's the difference between fuseiso and "sudo mount -t iso9660 -o loop filename.iso /mnt/iso "?
ReplyDelete