How to mount an ISO: Difference between revisions

From Wiki
Jump to navigation Jump to search
Created page with '* Create the mount point: <pre> mkdir /mnt/disk </pre> * Use the loop option of the mount command: <pre> mount -o loop disk.iso /mnt/disk </pre>'
 
(No difference)

Latest revision as of 23:00, 2 February 2011

  • Create the mount point:
mkdir /mnt/disk
  • Use the loop option of the mount command:
mount -o loop disk.iso /mnt/disk