Ubuntu: How to Mount and Unmount ISO Files

Home -> UNIX -> Linux

7819 views

From the computer of: shamanstears (695 recipes)
Created: Jan 14, 2008     Updated: Jan 18, 2008


Add a comment

Add to:
Add to stumbleuponAdd to del.icio.usDigg itAdd to FURL

An ISO file is an image of a CD or DVD. You can access the files contained within the ISO (without installing any software or having to burn the image to disc) by mounting the image and unmount the image when you are done with it. Here's how:

1. Open a terminal window.

2. You will need to create a new directory for your ISO image. Execute the following command in your terminal window:

sudo mkdir /media/iso


3. Now execute this command to mount the ISO image:

sudo mount -o loop /home/shamanstears/Documents/test.iso


Make sure to change the path in the above command to the path of the desired ISO file.

4. Close the terminal window.

5. Go to the Ubuntu Main Menu.

6. Click Places and select iso.

7. The file browser will open, displaying the contents of the ISO image.

To unmount the file, use this command in a terminal window:

sudo umount /media/iso/

Subscribe to the Tech-Recipes Newsletter

You can get tips like this delivered in your email every week!

Enter your Email

We will never, ever sell your email address or spam you.





Related recipes:

  Mount an ISO file in Linux
  Ubuntu: Install the Ubuntu Studio Theme
  Upgrade Ubuntu From Dapper(6.06) to Edgy(6.10)
  Ubuntu: How To Create an ISO Image from a CD or DVD
  Ubuntu: Change How Often Your System Checks for Updates
  Ubuntu: What Version am I Running?
  Ubuntu: Optimize Font Rendering for Viewing on LCDs and Laptops
  Ubuntu: How to Enable Automatic Login
  Ubuntu: How to View Hidden Files and Folders
  Ubuntu: Disable the Startup Sound

 

Sponsored links

 

Login

Nickname

Password

Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.