From: Konstantin Starodubtsev (klists_at_rbcmail.ru)
Date: Sun 21 Oct 2001 - 22:03:37 BST
The only question in FAQ is about sharing an area of fs between vservers.
The method for sharing a pieces of partions I think can be more simple and flexible. You can use mount with --bind option. Here is a part of
man 8 mount:
Since Linux 2.4.0 it is possible to remount part of the
file hierarchy somewhere else. The call is
mount --bind olddir newdir
I think the FAQ should be updated if nothing in patch prevents this to work.