I have set up a NFS4 server ( on Suse ) and have opensuse 11.4 clients
The exports are thus
/shared fsid=0,crossmnt,ro,insecure,root_squash,async,no_subtree,check
/shared/home rw,insecure,nohide,root_squash,async,no_subtree_check,bind=/home
/shared/everyone rw,insecure,nohide,root_squash,async,no_subtree_check,bind=/everyone
… and 2 more like this …
The automap is in LDAP and is thus
(for home )
-fstype=nfs4,rw,soft,async,nodev,nosuid,proto=tcp,retry=10 server1.xxxx.xxx:/home/john.smith
( for everyone and the other 2 )
-fstype=nfs4,rw,soft,async,nodev,nosuid,proto=tcp,retry=10 server1.xxxx.xxx:/everyone
This all works fine but it isn’t blindingly fast - have I gone wrong somewhere ?
BTW I am looking for speed rather than security
If anyone can either help or point me to a good howto I would appreciate it
Ta
Mal