From owner-freebsd-fs@FreeBSD.ORG Mon Apr 2 12:34:08 2007 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A33716A401 for ; Mon, 2 Apr 2007 12:34:08 +0000 (UTC) (envelope-from rees@citi.umich.edu) Received: from citi.umich.edu (citi.umich.edu [141.211.133.111]) by mx1.freebsd.org (Postfix) with ESMTP id 6E38613C487 for ; Mon, 2 Apr 2007 12:34:08 +0000 (UTC) (envelope-from rees@citi.umich.edu) Received: from citi.umich.edu (dsl093-001-248.det1.dsl.speakeasy.net [66.93.1.248]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by citi.umich.edu (Postfix) with ESMTP id 6F80338E86; Mon, 2 Apr 2007 08:00:50 -0400 (EDT) Date: Mon, 2 Apr 2007 07:00:49 -0500 From: Jim Rees To: Frank Mayhar Message-ID: <20070402120048.GA19688@citi.umich.edu> References: <1175481486.39754.2.camel@jill.exit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1175481486.39754.2.camel@jill.exit.com> Cc: freebsd-fs@freebsd.org Subject: Re: NFS4 on FreeBSD? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2007 12:34:08 -0000 Kerberized nfs does not necessarily mean v4. But it is starting to look like v4 might eventually become widely adopted. The linux, Sun, and IBM implementations all work and interoperate. We did a v4 client and it's in the tree now, but sadly neglected. It would take some work to make it usable. Rick Macklem has a server that works quite well. I don't know what would be involved in putting it in the tree. The big thing missing from our client is security (kerberos). We have a later client, available on our web site, that does security but it would need some work too. No one is working on this right now as far as I know. http://www.citi.umich.edu/projects/nfsv4/