Merge pull request #256 from Mic92/patch-11

mount: mount iso
This commit is contained in:
Chris Lane 2016-02-15 13:17:47 -05:00
commit cc86f23dba
1 changed files with 3 additions and 0 deletions

View File

@ -9,3 +9,6 @@ mount -o uid=username,gid=usergroup /dev/sdx /mnt/xxx
# To mount a remote NFS directory
mount -t nfs example.com:/remote/example/dir /local/example/dir
# To mount an ISO
mount -o loop disk1.iso /mnt/disk