On Sun, May 16, 2010 at 6:26 PM, hce <webmail.hce@xxxxxxxxx> wrote: > Hi, > > I posted following message on list, but did not see it on list, sorry > if it is duplicated. > > 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. I've just realised that the noac is only for NFS attribute cache, so add "-o noac" only generates more getatt for up paths, the "readdir" was still not called if I keep typing "ls" in the same directory. Does NFS has another cache for directory structure as well? It seems it displayed directory contents on the screen from cache as it did not call readdir to FUSe. > Also I don't want > NFS GETATT retransmission during file copy. Appreciate your advice and > sample examples for how to mount nfs to disable client cache and > retransmission. -- 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