How to mount an ISO

From Wiki
Revision as of 23:00, 2 February 2011 by Scott (talk | contribs) (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>')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Create the mount point:
mkdir /mnt/disk
  • Use the loop option of the mount command:
mount -o loop disk.iso /mnt/disk