Go2Linux | Linux Operating System

A site dedicated to: Linux Operating System

Mount an ISO file as a CDROM

Date: 2007-12-09 00:00:00 -0400

I use this tool a lot as I have lots of ISOs in my Hard Disk, you maybe know it, but for those you don't here it is:

Create the directory where your ISO is going to be mounted

mkdir /media/ISO

Mount your ISO file

mount -t iso9660 -o loop image.iso /media/ISO

Remember that it is just like a CDROM, so it is a read-only file system, but that is what you need really?

If you liked this article please share it.

powered by TinyLetter

If you want to contact me in any other way, please use the contact page.