Mount ISO File In Linux

A neat trick in Linux is the ability to mount an .iso file as if it was a CDROM.

The command to do this is:
sudo mount -t iso9660 -o loop /home/danny/filename.iso /media/cdrom

where “/home/danny/filename.iso” is the path to the ISO file and the latter “/media/cdrom” is the mount point. In this case it will mount it where the CDROM would normally be mounted on.

Mount ISO as CD-rom not as a folder

About Danny

I.T software professional always studying and applying the knowledge gained and one way of doing this is to blog. Danny also has participates in a part time project called Energy@Home [http://code.google.com/p/energyathome/] for monitoring energy usage on a premise. Dedicated to I.T since studying pure Information Technology since the age of 16, Danny Tsang working in the field that he has aimed for since leaving school. View all posts by Danny → This entry was posted in Linux and tagged , , , , , , . Bookmark the permalink.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.