15

Tip #151  

How to mount an ISO image file onto a directory:

 mount -t iso9660 -o loop image.iso /mnt/isoimage 


Where image.iso is the image file and you want to mount it to /mnt/isoimage.
 
  • TAGS: