From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750776AbWC3PNj (ORCPT ); Thu, 30 Mar 2006 10:13:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750798AbWC3PNj (ORCPT ); Thu, 30 Mar 2006 10:13:39 -0500 Received: from lucidpixels.com ([66.45.37.187]:21450 "EHLO lucidpixels.com") by vger.kernel.org with ESMTP id S1750776AbWC3PNj (ORCPT ); Thu, 30 Mar 2006 10:13:39 -0500 Date: Thu, 30 Mar 2006 10:13:38 -0500 (EST) From: Justin Piszcz X-X-Sender: jpiszcz@p34 To: Trond Myklebust cc: linux-kernel@vger.kernel.org, nfs@lists.sourceforge.net Subject: Re: NFS/Kernel Problem: getfh failed: Operation not permitted In-Reply-To: <1143731364.8074.53.camel@lade.trondhjem.org> Message-ID: References: <1143728720.8074.41.camel@lade.trondhjem.org> <1143729766.8074.49.camel@lade.trondhjem.org> <1143731364.8074.53.camel@lade.trondhjem.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 30 Mar 2006, Trond Myklebust wrote: > On Thu, 2006-03-30 at 09:50 -0500, Justin Piszcz wrote: >> I tried an exportfs -rv and it did not help. Any other suggestions? > > Did the output from 'exportfs -rv' match with the contents > of /etc/exports? If so, did it also match with the contents > of /var/lib/nfs/xtab and /proc/fs/nfs/exports? > > Cheers, > Trond > In the /etc/exports file, I have an entry that looks like this: /path specific-host-001(ro,root_squash,no_sync) /path specific-host-002((ro,root_squash,no_sync) /path *(ro,root_squash,no_sync) So while there are only three entries, there are: cat /proc/fs/nfs/exports | wc -> 566 cat /var/lib/nfs/xtab | wc -> 564 Entries per file. Is this more of a kernel or nfsutils issue at this point?