From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <152377f48470da984ce494ebe56ed076@vitanuova.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] autofs From: rog@vitanuova.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 16 Jul 2002 13:23:58 +0100 Topicbox-Message-UUID: ccaba8fc-eaca-11e9-9e20-41e7f4b1d025 it's better, i think, if the directories are refcounted and disappear when not referenced, otherwise the directory tends to fill up with garbage. (e.g. try: autofs cd /n sdfvgsdf ls -l ) that was the most tricky thing about the original implementation (remember to account for walk to "..") i *think* i preferred autodir as a name (after all, it only automatically creates directories, not files) but that's just a matter of taste. maybe "autodirfs"...? the other thing is perhaps it should by default bind itself *after* the usual contents of /n. this means it doesn't obscure any currently mounted stuff; also, there's a potential performance hit from using it (an additional interaction with a user-level program when walking to directories through /n), so perhaps one should continue to allow the old statically created /n directories too where that might be an issue. cheers, rog.