update mount
This commit is contained in:
parent
0692fb56ba
commit
0fd3f98330
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ mount --bind /var/www /mnt/www
|
|||
|
||||
# Loop Device
|
||||
mount -o loop /path/to/file.iso /mnt/iso
|
||||
|
||||
# List mounts
|
||||
mount -l
|
||||
```
|
||||
|
||||
The source of the filesystem can be specified in other ways too (depending on the filesystem):
|
||||
|
|
Loading…
Reference in a new issue