Hi, I use the following command to search for some directory. find -L some_dir -type d -name some_name If I'm on the machine that has some_dir locally, the run time is real 0m0.199s user 0m0.048s sys 0m0.140s If I'm on another machine that sees the same directory by NFS (NFS3). the run time is real 0m6.509s user 0m0.090s sys 0m1.380s There are 30 time speed difference. Is this normal? Is there any NFS parameter that I should tune to make the latter faster? -- 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