Home > linux > How to Mount an ISO image under Ubuntu!

How to Mount an ISO image under Ubuntu!

Command line is where I live in the *NIX world.  At Mynitor.com, we’ll be posting a few quickies on how to do various things via command line.   In this post, we’ll show you how to mount an ISO image under Ubuntu Linux.  It’s pretty much similar on other Linux flavors as well.

First make sure you su to root or use sudo.   I generally like to become root user when I want to roam around my system and I very rarely use sudo because I don’t feel

# mkdir /tmp/iso

# modprobe loop

# mount filename.iso /tmp/iso -t iso9660 -o loop

Simply browse into /tmp/iso to see list of assets in the ISO.

Enjoy!!

Categories: linux Tags: , ,
  1. June 23rd, 2010 at 12:05 | #1

    Amiable dispatch and this post helped me alot in my college assignement. Gratefulness you on your information.

  1. June 17th, 2010 at 21:24 | #1
  2. June 21st, 2010 at 18:20 | #2