On Sun, 11 May 2008 17:33:38 +0000, Andrew Gabriel wrote:
> You might want to glance at this in case it's any help...
> http://blogs.sun.com/macrbg/entry/so...ent_mount_from
I added the fsid=0 argument to /etc/exports on the Linux box, restarted
the nfs-kernel-server. /etc/exports on that box:
/srv (fsid=0,sync,insecure,no_root_squash,rw,nohide)
Edited /etc/default/nfs on my nvb_87 system to restore default client
behavior and:
[root
@einstein /etc/default]$ mount newton:/srv /mnt
nfs mount: newton:/srv: No such file or directory
Restore /etc/default/nfs to NFS_CLIENT_VERSMAX=3 and:
[root
@einstein /etc/default]$ mount newton:/srv /mnt
[root
@einstein /etc/default]$
At least NFSv3 is working correctly on the Linux server which is one HELL
of an improvement over years past! But I have set up another machine
running Open Solaris 200805 using ZFS and when I get a little more
confidence in it I'll just stop the NFS server on that Linux box.