https://unix.stackexchange.com/questions/198590/what-is-a-bind-mount
How-to #
Create bind-mounts
mount --bind /some/where /else/where
mount -o bind /some/where /else/where
https://unix.stackexchange.com/questions/198590/what-is-a-bind-mount
Create bind-mounts
mount --bind /some/where /else/where
mount -o bind /some/where /else/where