I have a NFS volume mounted in the following way:
theHostname.com:/path/on/theHostname on /local/path type nfs (rw,nosuid,addr=10.0.0.54)
The /local/path
directory has 30_000 files.
When I do a ls
in /local/path
it takes about 1s on average. When I do a ls -l
it takes about 60 seconds on average.
Is there a way to speed up ls -l
on NFS other than speeding up the network connection?