Mount ISO File: Revision history

From KlavoWiki
Jump to navigationJump 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.

29 August 2013

  • curprev 06:0106:01, 29 August 2013David talk contribs 220 bytes +220 Created page with "To mount an ISO file in CentOS <pre> mkdir /tmp/cdrom mount -t iso9660 -o loop /path/to/file/filename.iso /tmp/cdrom </pre> To unmount when finished <pre> unmount /tmp/cdrom ..."