diff --git a/pages/common/mount.md b/pages/common/mount.md index e798ddccd..ad9a71279 100644 --- a/pages/common/mount.md +++ b/pages/common/mount.md @@ -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}}`