Date: Thu, 27 Nov 1997 08:57:17 +0100 From: J Wunsch <j@uriah.heep.sax.de> To: hackers@FreeBSD.ORG Cc: "Brian J. McGovern" <mcgovern@spoon.beta.com> Subject: Re: Union and Portal FSs Message-ID: <19971127085717.19775@uriah.heep.sax.de> In-Reply-To: <199711262012.PAA02709@spoon.beta.com>; from Brian J. McGovern on Wed, Nov 26, 1997 at 03:12:48PM -0500 References: <199711262012.PAA02709@spoon.beta.com>
next in thread | previous in thread | raw e-mail | index | archive | help
As Brian J. McGovern wrote: > Just out of curiousity, how "decayed" are the Union and Portal > filesystems,and, more importantly, is anyone working on them? Kazu did quite some work on unionfs, and i think it's basically usable these days. There are still some odds in it (which i'm not sure of whether they can be easily resolved), like an open attempt with write intent will yield an EROFS if the lower layer is a read/only filesystem. UFS union mounts ("mount -o union /dev/fd0 /somewhere") seem to have a different set of problems. I've got this one basically to work, in an attempt to mount a writable floppy over a read/only CD-ROM /etc, but when i recently tried under -current with a lower-layer NFS, the writes went through into the lower layer, ick. :( No idea on portals... -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19971127085717.19775>