[TIPS] Mount/Unmount ISO In Ubuntu

Mount and unmount an ISO CD/DVD in Ubuntu without burning them is a very useful way to check or see what is inside the CD/DVD without wasting your discs. I got this trick from this website, and I would like to share it with you.

The simplest way to do that — you can use this Nautilus script and follow these steps:

1. Download this mount-unmount and extract to your home folder.

2. Give execute permission to those files. You can use this command:

sudo chmod +x /home/username/mount.sh /home/username/unmount.sh

3. Copy those 2 files to /home/username/.gnome2/nautilus-scripts/.

4. Now you have a Nautilus script. You can mount an ISO by right-clicking and selecting Scripts → mount-iso, or unmount an ISO by right-clicking and selecting Scripts → unmount-iso. See the screenshot.

Nautilus scripts

Ok that’s it. Please leave me any comment. Have a nice day…