Subject: Viewing guest bind mounts from host
From: "Ryan Agler" <ryanagler@gmail.com>
Date: Wed, 24 Oct 2007 21:58:04 -0400

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!