How to mount an ISO: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 February 2011

  • curprev 23:0023:00, 2 February 2011 Scott talk contribs 145 bytes +145 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>'