From owner-freebsd-stable@FreeBSD.ORG Fri Jun 1 00:13:08 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9657A16A41F for ; Fri, 1 Jun 2007 00:13:08 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 8089913C44B for ; Fri, 1 Jun 2007 00:13:08 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id F10F21A3C1A; Thu, 31 May 2007 17:14:19 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id D39D9511A7; Thu, 31 May 2007 20:13:07 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id BC3A4C16A; Thu, 31 May 2007 20:13:07 -0400 (EDT) Date: Thu, 31 May 2007 20:13:07 -0400 From: Kris Kennaway To: Matthew Herzog Message-ID: <20070601001307.GA38654@rot13.obsecurity.org> References: <7cf39bb60705311641y29cec38bxec5e1d2794072856@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7cf39bb60705311641y29cec38bxec5e1d2794072856@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-stable@freebsd.org Subject: Re: mounting Solaris 10 NFS share X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 00:13:08 -0000 On Thu, May 31, 2007 at 11:41:00PM +0000, Matthew Herzog wrote: > Hey all. > > I'm trying to mount a Solaris 10 NFS share from my FreeBSD 6.2-STABLE > machine and I'm having some permissions problems. > > Here's my /etc/dfs/dfstab file on Solaris 10. > > share -F nfs -o rw=spark -d "generic" /export/home/mush > > and the line in /etc/fstab on FreeBSD: > > 192.168.0.26:/export/home/mush /mnt/share nfs 0 0 > > I am able to mount the share but unable to access it on the FreeBSD > machine. In fact I can't even cd into /mnt/share as root on FreeBSD. > Changinf the dir's permissions to 0777 on Solaris does "fix" the > problem but . . . it's not a solution. Isn't this usually because of a mismatch with credentials (uid/gid) between server and client? i.e. why do you think this is a FreeBSD NFS client issue? Kris