Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2007 20:13:07 -0400
From:      Kris Kennaway <kris@obsecurity.org>
To:        Matthew Herzog <matthew.herzog@gmail.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: mounting Solaris 10 NFS share
Message-ID:  <20070601001307.GA38654@rot13.obsecurity.org>
In-Reply-To: <7cf39bb60705311641y29cec38bxec5e1d2794072856@mail.gmail.com>
References:  <7cf39bb60705311641y29cec38bxec5e1d2794072856@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070601001307.GA38654>