From dcc01bb9806a70509d1798bf65b2cb9069225c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 21 Jan 2016 19:01:48 +0100 Subject: [PATCH] mount: mount iso --- cheat/cheatsheets/mount | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cheat/cheatsheets/mount b/cheat/cheatsheets/mount index 233c0e3..66a8e17 100644 --- a/cheat/cheatsheets/mount +++ b/cheat/cheatsheets/mount @@ -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