From owner-freebsd-fs@FreeBSD.ORG Sun Jan 24 17:52:24 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 EE28E106566C for ; Sun, 24 Jan 2010 17:52:24 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.mail.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id A4A308FC0A for ; Sun, 24 Jan 2010 17:52:24 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEANcXXEuDaFvK/2dsb2JhbADULYQ7BA X-IronPort-AV: E=Sophos;i="4.49,335,1262581200"; d="scan'208";a="62764292" Received: from fraser.cs.uoguelph.ca ([131.104.91.202]) by esa-annu-pri.mail.uoguelph.ca with ESMTP; 24 Jan 2010 12:52:22 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by fraser.cs.uoguelph.ca (Postfix) with ESMTP id E509E109C28B; Sun, 24 Jan 2010 12:52:22 -0500 (EST) X-Virus-Scanned: amavisd-new at fraser.cs.uoguelph.ca Received: from fraser.cs.uoguelph.ca ([127.0.0.1]) by localhost (fraser.cs.uoguelph.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B0r+vmC1OWPT; Sun, 24 Jan 2010 12:52:22 -0500 (EST) Received: from muncher.cs.uoguelph.ca (muncher.cs.uoguelph.ca [131.104.91.102]) by fraser.cs.uoguelph.ca (Postfix) with ESMTP id 72E0B109C285; Sun, 24 Jan 2010 12:52:22 -0500 (EST) Received: from localhost (rmacklem@localhost) by muncher.cs.uoguelph.ca (8.11.7p3+Sun/8.11.6) with ESMTP id o0OI31P23975; Sun, 24 Jan 2010 13:03:02 -0500 (EST) X-Authentication-Warning: muncher.cs.uoguelph.ca: rmacklem owned process doing -bs Date: Sun, 24 Jan 2010 13:03:01 -0500 (EST) From: Rick Macklem X-X-Sender: rmacklem@muncher.cs.uoguelph.ca To: Paride Legovini In-Reply-To: <20100124021318.GA1881@ninthfloor.org> Message-ID: References: <20100124021318.GA1881@ninthfloor.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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: Sun, 24 Jan 2010 17:52:25 -0000 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. (These don't use a file/filehandle, so they aren't directly related to what file system(s) are exported.) You still need to export /usr, for example: V4: /usr /usr /home rick ps: The rest looked ok, although I'm not sure what showmount will say, since it uses the Mount protocol, which NFSv4 doesn't use. pss: You should have nfsuserd, mountd and nfsd running and both mountd and nfsd should have the "-e" option. "ps axl" should show that mountd had the "-e" and, if that's the case, nfsd should have gotten it too.