I want to share a directory from an OpenVZ container to another container, how I could do that?
- do a symlink from /vz/private/109/common-stuff to /vz/private/108/common-stuff ?
- bind mount /vz/private/109/common-stuff to /vz/private/108/common-stuff ?
- Share the directory with smb from the container, mount on the host, then bind mount to /vz/root/108/common-stuff ?