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 18:05:21 +0200 Message-ID: <20060330160521.GC9811@unthought.net> References: <1143728720.8074.41.camel@lade.trondhjem.org> <1143729766.8074.49.camel@lade.trondhjem.org> <1143731364.8074.53.camel@lade.trondhjem.org> <20060330153128.GB9811@unthought.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Justin Piszcz , Trond Myklebust , linux-kernel@vger.kernel.org, nfs@lists.sourceforge.net Return-path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list2.sourceforge.net with esmtp (Exim 4.30) id 1FOzeN-0002hc-6W for nfs@lists.sourceforge.net; Thu, 30 Mar 2006 08:05:31 -0800 Received: from unthought.net ([212.97.129.88]) by mail.sourceforge.net with esmtp (Exim 4.44) id 1FOzeI-0008Cf-Qr for nfs@lists.sourceforge.net; Thu, 30 Mar 2006 08:05:28 -0800 To: "linux-os (Dick Johnson)" In-Reply-To: Sender: nfs-admin@lists.sourceforge.net Errors-To: nfs-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: Discussion of NFS under Linux development, interoperability, and testing. List-Post: List-Help: List-Subscribe: , List-Archive: On Thu, Mar 30, 2006 at 10:58:08AM -0500, linux-os (Dick Johnson) wrote: ... > This is my /etc/exports and it works fine with linux-2.6.15.4. > All the host names are local, inside the firewall, and need to > be looked-up over a W$ name-server. > > # > /rmtboot/LinuxRoot *(ro,async) > /root/Scanner *(ro,no_root_squash,sync) > /tmp *(rw,no_root_squash,sync) > /usr/src quark(rw,no_root_squash,sync) > /usr/lib quark(rw,no_root_squash,sync) ... Well lucky you :) I'm not saying it can't work. I'm just saying I've spent too much time finding out the hard way that it does not necessarily work :) -- / jakob ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ NFS maillist - NFS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750769AbWC3QFX (ORCPT ); Thu, 30 Mar 2006 11:05:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750773AbWC3QFX (ORCPT ); Thu, 30 Mar 2006 11:05:23 -0500 Received: from unthought.net ([212.97.129.88]:36873 "EHLO unthought.net") by vger.kernel.org with ESMTP id S1750769AbWC3QFW (ORCPT ); Thu, 30 Mar 2006 11:05:22 -0500 Date: Thu, 30 Mar 2006 18:05:21 +0200 From: Jakob Oestergaard To: "linux-os (Dick Johnson)" Cc: Justin Piszcz , Trond Myklebust , linux-kernel@vger.kernel.org, nfs@lists.sourceforge.net Subject: Re: NFS/Kernel Problem: getfh failed: Operation not permitted Message-ID: <20060330160521.GC9811@unthought.net> Mail-Followup-To: Jakob Oestergaard , "linux-os (Dick Johnson)" , Justin Piszcz , Trond Myklebust , linux-kernel@vger.kernel.org, nfs@lists.sourceforge.net References: <1143728720.8074.41.camel@lade.trondhjem.org> <1143729766.8074.49.camel@lade.trondhjem.org> <1143731364.8074.53.camel@lade.trondhjem.org> <20060330153128.GB9811@unthought.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 30, 2006 at 10:58:08AM -0500, linux-os (Dick Johnson) wrote: ... > This is my /etc/exports and it works fine with linux-2.6.15.4. > All the host names are local, inside the firewall, and need to > be looked-up over a W$ name-server. > > # > /rmtboot/LinuxRoot *(ro,async) > /root/Scanner *(ro,no_root_squash,sync) > /tmp *(rw,no_root_squash,sync) > /usr/src quark(rw,no_root_squash,sync) > /usr/lib quark(rw,no_root_squash,sync) ... Well lucky you :) I'm not saying it can't work. I'm just saying I've spent too much time finding out the hard way that it does not necessarily work :) -- / jakob