>>>>> " " == Lew E Lefton <[EMAIL PROTECTED]> writes:
> having trouble. Our NFS server is running Solaris 8 and the
> clients are RH Linux 7.1. I am running 2.4.9-12 kernel and
> nfs-utils-0.3.1-13, both from Redhat on the client.
> I have "direct" nfs mounts in /etc/fstab with options
> rw,nodev,rsize=32768,wsize=32768,hard,intr,actimeo=10
> I also have an autofs entry (/home) with options
> rw,nodev,rsize=32768,wsize=32768,actimeo=10
You probably have a crappy network connection somewhere. Either
1) Fix the network (trace packets and find out where those UDP
fragments etc are disappearing.)
2) Reduce r/wsize
3) Use NFS over TCP.
Out of the 3 alternatives, 1) is by far the preferable option,
although it is also the hardest. The other 2 options will compromise
on performance.
Cheers,
Trond