From owner-freebsd-fs@FreeBSD.ORG Mon Jan 25 12:55:21 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F08FA106570A for ; Mon, 25 Jan 2010 12:55:21 +0000 (UTC) (envelope-from pl@ninthfloor.org) Received: from mail.ninthfloor.org (ninthfloor.org [IPv6:2001:470:1f07:ea::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3EA468FCE6 for ; Mon, 25 Jan 2010 12:55:01 +0000 (UTC) Received: from ninthfloor.org (ninthfloor.org [IPv6:2001:470:1f07:ea::1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: pl) by mail.ninthfloor.org (Postfix) with ESMTPSA id ED35E1C0F6; Mon, 25 Jan 2010 12:54:59 +0000 (UTC) Date: Mon, 25 Jan 2010 12:54:48 +0000 From: Paride Legovini To: Rick Macklem Message-ID: <20100125125448.GA27245@ninthfloor.org> References: <20100124021318.GA1881@ninthfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-fs@freebsd.org Subject: Re: Can't export using nfs4 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, 25 Jan 2010 12:55:22 -0000 On Sun, Jan 24, 2010 at 01:03:01PM -0500, Rick Macklem wrote: > On Sun, 24 Jan 2010, Paride Legovini wrote: > > >Then I have a couple of trivial exports: > > > ># cat /etc/exports > >V4: /usr > >/home > > The "V4: /usr" only says that "/usr" is the root of the NFSv4 tree and > defines what hosts are allowed to perform NFSv4 state (read lock) related > Ops. > > You still need to export /usr, for example: > V4: /usr > /usr This solved the issue, thank you! Paride