From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <48659d520230215d54b9ffb11b22eaf9@9srv.net> From: a@9srv.net To: 9fans@cse.psu.edu Subject: Re: [9fans] ls, rc question -- proposed change to rc/glob.c In-Reply-To: <1cfa5e29c25777a3842f88338e39b634@vitanuova.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Date: Tue, 23 Mar 2004 06:13:03 -0500 Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: 3da41e3e-eacd-11e9-9e20-41e7f4b1d025 // ...union directories are used hardly at all, and when they are, // it's generally only in "special purpose" places... for what it's worth, the lab i was in at BL did a fairly complete overlay on top of 1127's file server with our own tree. as i recall our /lib/namespace approached 350 lines. we were pushing hard on what the kernel was expecting that file to do, and did run into issues on occasion, but for the most part it just worked, and was very nice to use in practice. obviously, we would've been SOL had the kernel not allowed reading union directories. if i remember correctly, one user even had a fairly complicated additional overlay of his own as his home directory was split between our own and 1127's file servers (and he managed to be a huge user on both ;-). =E3=82=A2