From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 6 Oct 2008 09:24:12 -0700 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> Subject: Re: [9fans] plan9port lacks exportfs server In-Reply-To: <1223158526.466.10.camel@ginkgo> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1223158526.466.10.camel@ginkgo> Topicbox-Message-UUID: 17597c36-ead4-11e9-9d60-3106f5b1d025 > somehow it dawned on me that plan9port lacks > an application to serve a local filesystem > over 9P. Is this on purpose? Am I missing > something fundamental that would allow > for a moral equivalent of exportfs? I pull things in as they are needed. I have not needed to serve 9P. Adding u9fs sounds reasonable, but of course it is already in Unix-compilable form elsewhere. Russ