Hi,
I am wondering how I can enable the host to view bind mounts made by a
guest. It seems that currently I cannot see guest bind mounts form the
host?
For example:
Guest# mkdir /bar
Guest# mkdir /foo
Guest# touch /foo/file
Guest# mount --bind /foo /bar
Guest# exit
Host# ls /vservers/Guest/bar/file
ls: /vservers/Guest/bar/file: No such file or directory
I have tried adding ~HIDE_MOUNT to flags, with no result. Any ideas?
Thanks!
Received on Thu Oct 25 02:58:16 2007