From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] Using 9P(2000) in Unix/Linux(/Windows) From: "Russ Cox" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 14 May 2003 08:10:33 -0400 Topicbox-Message-UUID: aae2e90a-eacb-11e9-9e20-41e7f4b1d025 9P has no chance of taking off in the Unix/Linux world: * It's not complicated enough (symlinks, hard links, caching, exact Unix semantics) * The model doesn't match the internal kernel structure (it's a bad fit with the vnode layer) * It fixes things that Unix doesn't want to fix (numeric uids) It might be possible to make a 9P-like protocol for Unix, but a lot of the nice things about 9P would have to go away. Russ