> I then upgraded to 5.3-BETA4 which gives me the same > results. > Is there anything I'm missing here? The system is Try switching to TCP rather than UDP on the server, /etc/rc.conf: nfs_server_flags="-t -u -n 10" set read- and write-size to 32768 on the client, /etc/fstab: jasmin:/data /data nfs rw,tcp,intr,nfsv3,-w=32768,-r=32768 0 0 Claus