How to Mount an ISO Images in Linux (openSUSE)
I’m sure by now everyone has heard of an ISO image. But some may not know that with Linux you can mount it quite easily without burning the image to a CD.
This is actually made possible by an option of the mount command, if you haven’t used the mount command simply type:
man mount
To find out some of its uses (please spare the obvious jokes from that command).
The option of mount that allows us to mount an iso is the loop option. Loop will actually create a device in /dev/loopX for the mounted iso.
I’ll stop the blabbering and give you the command to mount an iso image using the mount command:
sudo mount -o loop -t iso9660 /location/of/filename.iso /mnt/iso
For the above command to work, I would have to have a directory in /mnt called iso, which can be made by running
sudo mkdir /mnt/iso
.
I think my next set of writings will be around the usage of RPM.. Or maybe just make a single comprehensive RPM usage list.
1 Comment to How to Mount an ISO Images in Linux (openSUSE)
[...] Ben Kevan Blog, GTK-Apps Etiquetas: opensuse, [...]
Leave a comment
Search
Powered by
Tags
10.3 11.0 11.1 apache bash beta bootchart codeweavers compiz drivers emerald emulation esx fat ass tomato man filesystems flash fonts gnome grub ibm kde kde4 kernel knoppix linux lotus notes lvm Microsoft nomad nvidia openoffice opensuse performance repositories review scripting security tech tutorial ubuntu user management VMWare windows wine workstationArchives
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- February 2008
- January 2008
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
Ben Kevan's Blog
- Connecting to Linux via RDP using NOMAD on openSUSE 11.1
- Red Hat (RHT) Profits Soar, is Novell (NOVL) Next?
- Dropping KDE 3.5 for openSUSE 11.2 isn’t really a bad thing
- 5 Days on openSUSE 11.1 was an early X-Mas present
- Unexpected Downtime
- Amarok 2.0 Final Released - Shipping with openSUSE 11.1
- PCLinuxOS 2009 Beta 2 - Review, Thoughts and Screenshots
- Opera 10.0 Alpha 1 on openSUSE 11.1 - Review
- Ding Dong the Emeralds Back Compiz
- 11.1 Build Service Repositories being Built
November 4, 2008