Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2007 19:24:39 +0200
From:      Dick Hoogendijk <dick@nagual.nl>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: mounting Solaris 10 NFS share
Message-ID:  <20070603172439.GA14934@shire.nagual.nl>
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 31 May Matthew Herzog wrote:
>  share -F nfs  -o rw=spark -d "generic" /export/home/mush
>  192.168.0.26:/export/home/mush     /mnt/share     nfs    0     0

As said it's a uid/gid mismatch. Check your "spark" group on both ends
and make sure the uid/gid's are the same.
Quick check: -o rw (without the spark) ; "svcadm restart net/nfs" on the
solaris box and check.

>  In fact I can't even cd into /mnt/share as root on FreeBSD.

That's normal. I can't on solaris too. Root has no access and that's a
good thing. If you want access as root you can add 'root' to the group
that has access. But a "su user" is better and safer.

>  Changinf the dir's permissions to 0777 on Solaris does "fix" the
>  problem but . . . it's not a solution.

It's not done. So don't ;-)
You don't have to change the NFS version though. v4 is OK.

-- 
Dick Hoogendijk -- PGP/GnuPG key: F86289CE
++ http://nagual.nl/ | Solaris 10 11/06 ++



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