Mount namespaces, mount propagation, and unbindable mounts
Mount namespaces, mount propagation, and unbindable mounts
Posted Mar 9, 2017 5:04 UTC (Thu) by prabhunath (guest, #114173)Parent article: Mount namespaces, mount propagation, and unbindable mounts
# mount --bind / /opt/lxc
The above command will work, where the contents of / is visible in /opt/lxc
The above command will work, where the contents of / is visible in /opt/lxc
# mount --bind /opt/lxc /
This will not work. Any reason for this ? Neither this command fails nor the contents of /opt/lxc is visible in /
