I have an OpenSolaris server (snv_101b) serving files via NFS. Everything works fine when mounting the shares on ESXi or OS X, but when I mount from Linux (CentOS 5.2) everything is mounted as nobody:nobody with 755 permissions. This means that the user cannot make any changes. How do I mount the share correctly?
The directory was shared with:
# zfs set sharenfs=on /tank/share
And is mounted with:
# mount -t nfs4 server:/tank/share /mountpoint