NFS mount from Solaris under VMWARE to Java Desktop
On Java Desktop
add a line to /etc/exports that describes the directory on JDS and its
privs.
/home/jnester
*(rw,insecure,no_root_squash)
/etc/init.d/nfsserver start
On Solaris
mount -F nfs gideon:/home/jnester /mnt
To Access the file share cd to /mnt