Hi, I have a home directory from an ubuntu server shared to multiple other ubuntu servers as the home directory (the default login shell is bash on these servers) via NFS (see the following configuration in /etc/exports from the NFS server). /mnt/home 172.17.0.0/16(fsid=2,rw,insecure,no_subtree_check,sync,no_root_squash) autofs is used to mount the NFS on the client servers (see the following configuration). ~$ cat /etc/auto.master +auto.master /home /etc/auto.home --timeout=90 ~$ cat /etc/auto.home * -fstype=nfs4,rw,intr,fsc nsfserver:/mnt/home/& But I frequently end up with a situation when ~/.bash_history is not readable which blocks the logins to these client servers. I feel that this may be related with concurrent write to ~/.bash_history from these servers, which somehow screw up NFS. Has anybody seen this before? If so, is there a solution to this problem? Thanks. -- Regards, Peng -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html