Russell Miller wrote: Hello. > directory via NFS. To duplicate, I cd into a share in two windows, > copy a > 1G file in the first window, and just do an ls in the other. The ls > will hang until the write is done. > Has anyone seen problems like this? How did you solve them? Your nfs settings could be helpful. I am using nfs4 with no such problems. Example settings from my /etc/exports: /exports/<DIR> 192.168.0.0/2 (ro,nohide,insecure,no_subtree_check,async) Example settings from my /etc/auto.* (automount): * -fstype=nfs4,rw,tcp,port=2049,soft,intr,rsize=8192,wsize=8192,nosuid <SERVER>:/<PATH>/& Maybe the options *async* and the settings for rsize and wsize could be helpful for you? regards Olaf _______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos