Re: jails; sharing parts of file system; mounting pieces of file system in other positions, etc.

2004-01-07 Thread Martin Brecher
Chad, Rob, - On linux you can do a % mount -bind olddir newdir to remount a piece of the FS somewhere else. The NullFS on FBSD seems to allow similar things. However, as much as I could find on NullFS [...] I'm currently setting up my 4.9-RELEASE webserver to do something similar - each jail g

Re: jails; sharing parts of file system; mounting pieces of file system in other positions, etc.

2004-01-07 Thread Rob
Chad Leigh asked on Wednesday January 07, 2004: > > On linux you can do a > > % mount -bind olddir newdir > > to remount a piece of the FS somewhere else. The NullFS on FBSD seems > to allow similar things. However, as much as I could find on NullFS in > Google seems to indicate that it is pret