mount: add --bind example (#3236)

italian
Clint Priest 2019-08-21 11:52:14 -05:00 committed by Marco Bonelli
parent e182c5bc1a
commit 77c60fc861
1 changed files with 4 additions and 0 deletions

View File

@ -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}}`