From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakob Oestergaard Subject: Re: NFS/Kernel Problem: getfh failed: Operation not permitted Date: Thu, 30 Mar 2006 17:31:28 +0200 Message-ID: <20060330153128.GB9811@unthought.net> 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 Cc: Trond Myklebust , linux-kernel@vger.kernel.org, nfs@lists.sourceforge.net Return-path: To: Justin Piszcz In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: On Thu, Mar 30, 2006 at 10:13:38AM -0500, Justin Piszcz wrote: > On Thu, 30 Mar 2006, Trond Myklebust wrote: > ... > 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) I don't know how this works today, but historically Linux has been completely unable to deal with any kind of names in /etc/exports. Netgroups, DNS names, ... And the results have been the strangest mix of things sort-of-mostly-but-not-quite working. I'd put in IP addresses, netmasks or '*', and see if that solves the problem. Again, I don't know if this is related to what you're seeing, but I'd say it's worth a shot :) -- / jakob