mount: add --bind example (#3236)
This commit is contained in:

committed by
Marco Bonelli

parent
e182c5bc1a
commit
77c60fc861
@@ -21,3 +21,7 @@
|
||||
- Mount a specific filesystem described in /etc/fstab (e.g. "/dev/sda1 /my_drive ext2 defaults 0 2"):
|
||||
|
||||
`mount {{/my_drive}}`
|
||||
|
||||
- Mount a directory to another directory:
|
||||
|
||||
`mount --bind {{path/to/old_dir}} {{path/to/new_dir}}`
|
||||
|
Reference in New Issue
Block a user