Mount an ISO file in Linux

Contributor Icon Contributed by qmchenry Date Icon April 6, 2005  
Tag Icon Tagged: Linux

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

Previous recipe | Next recipe |
 

Viewing 4 Comments

 
close Reblog this comment
blog comments powered by Disqus