Solved NFS mount problem

Greetings all,

I have problem mounting zfs data-set form Solaris server onto FreeBSD client. On Solaris, I have enabled NFS server and NFS sharing of the data-set /shared/data_set.

On FreeBSD, I have followed the handbook and added:
Code:
nfs_client_enable="YES"
to /etc/rc.conf.

The showmount -e server shows:
Code:
Export list on server:
/shared/data_set        Everyone
However, an attempt to mount mount -t nfs server:/shared/data_set /mnt
does not yield any response, and response to: cd /mnt is:
Code:
/mnt: Permission denied.
The reason appears to be that the uidchanges from root to 100, and the gid changes from wheel to daemon.

/var/log/messages does not show any related messages.

Any help would be appreciated.

Kindest regards,

M
 
Greetings all,

this may turn into monologue; hopefully with a happy ending. ;-) What I discovered is that my data-share is indeed mounted, but inaccessible due to an uid mismatch.

What is the best manner to deal with that? Back to researching.

Kindest regards,

M
 
Back
Top