From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <246c35669c341ddf0926f307bc6a3270@9netics.com> To: 9fans@9fans.net Date: Fri, 7 Nov 2008 15:45:17 -0800 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: <13426df10811071431i4c9ceecdxb62d60c2f8e5158e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Do we have a catalog of 9P servers? Topicbox-Message-UUID: 35bdf9c2-ead4-11e9-9d60-3106f5b1d025 > That said, what's the "resource sharing protocol" for fuse? None of > those file systems has a common wire protocol AFAICT. Those servers > are hooks from kernel to user to "something". FUSE is not for resource > sharing, is it? It's for making it easy to write file systems for > Linux users. the new rangboom agents include 9pfuse (brucee's work based on russ' p9p code) and run on linux and mac os x. i was hoping to release them by the end of oct (in time for iwp9). filesystems imported from plan9 are mounted as fuse fs. fuse has a lot of quirks and doesn't inspire confidence.