Mount an ISO file in Linux

Home -> UNIX -> Linux

140908 views

From the computer of: qmchenry (339 recipes)
Created: Apr 06, 2005


0 comments:
View all comments

Add a comment

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

It is convenient to mount an ISO file directly instead of burning it to a CD first. This recipe describes the command used to mount an ISO image on a Linux system.

To mount the ISO image file.iso to the mount point /mnt/test use this command:

mount -o loop -t iso9660 file.iso /mnt/test

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:

  Determine Linux version
  Ubuntu: How to Mount and Unmount ISO Files
  Safely reboot a Linux system
  How to upgrade Firefox in Linux
  Linux RAID - recreate from scratch
  Extract a gzip compressed tar archive in Linux
  RedHat Linux IP Forwarding
  Make Linux ignore a ping
  Reconfiguration boot in RedHat Linux
  Ubuntu: How To Create an ISO Image from a CD or DVD

 

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.