Hi, Could you please advice how to disable NFS client cache in mount command? I have an application to use NFS over FUSE, if I keep typing "ls" in the same directory, the client NFS only sent GETATT, no more READDIR, all directory contents displayed on screen came from NFS cache. That caused many problems and I'd like to disable NFS client cache. But it did not work when I add "-o noac" option to mount. Also I don't want NFS GETATT retransmission during file copy. Appreciate your advice and sample examples to mount. Thank you. -- 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