mirror of
https://github.com/cheat/cheat.git
synced 2025-11-05 00:05:27 +01:00
mount: mount iso
This commit is contained in:
@@ -9,3 +9,6 @@ mount -o uid=username,gid=usergroup /dev/sdx /mnt/xxx
|
|||||||
|
|
||||||
# To mount a remote NFS directory
|
# To mount a remote NFS directory
|
||||||
mount -t nfs example.com:/remote/example/dir /local/example/dir
|
mount -t nfs example.com:/remote/example/dir /local/example/dir
|
||||||
|
|
||||||
|
# To mount an ISO
|
||||||
|
mount -o loop disk1.iso /mnt/disk
|
||||||
|
|||||||
Reference in New Issue
Block a user