From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] 'stacking' user-level fileservers to add 'attributes'? From: Eric Grosse MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20011002170411.31763199ED@mail.cse.psu.edu> Date: Tue, 2 Oct 2001 13:04:09 -0400 Topicbox-Message-UUID: fb01feb4-eac9-11e9-9e20-41e7f4b1d025 > From: rog@vitanuova.com > Date: Mon, 1 Oct 2001 18:01:15 +0100 > > > 1. dependfs > > 2. filterfs > > are either of these available externally? Depend has been around for years; see /sys/src/cmd/aux/depend.c in the distribution. Filterfs is newer and will be in the 9P2000 release. It is basically a variation on exportfs. Eric