From owner-freebsd-hackers Tue Apr 1 14:39:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA08414 for hackers-outgoing; Tue, 1 Apr 1997 14:39:50 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA08407 for ; Tue, 1 Apr 1997 14:39:45 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.4/8.6.9) id RAA03065; Tue, 1 Apr 1997 17:39:09 -0500 (EST) From: "John S. Dyson" Message-Id: <199704012239.RAA03065@dyson.iquest.net> Subject: Re: file system layout In-Reply-To: <199704012156.PAA00979@nyx.pr.mcs.net> from Chris Csanady at "Apr 1, 97 03:56:43 pm" To: ccsanady@nyx.pr.mcs.net (Chris Csanady) Date: Tue, 1 Apr 1997 17:39:09 -0500 (EST) Cc: brian@awfulhak.org, proff@suburbia.net, dfr@nlsystems.com, hackers@freebsd.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk (Sorry if I sent some email mistakenly -- here is my real reply :-)). > > [snip] > >I know someone who attempted this on a linux box - seperating each package > >into a distinct tree of its own. > > > >Is unionfs functional in -current ? > > I read that it was, but I've had no luck. I think it spontaneously rebooted > for me. :\ It's really too bad, this would be a wonderful thing to have > working.. > I had fully intended to get it working, but with the spectre of the Lite/2 merge, I didn't want to deal with it until afterwards. It is going to be tricky to get it working correctly. The whole issue of VM object sharing and coherency is difficult, and not addressed at all by other existing implementations. John