mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 13:42:11 +01:00
mount: mount iso
This commit is contained in:
parent
ceb3707d28
commit
dcc01bb980
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue