Skip to content

Instantly share code, notes, and snippets.

@tcpdump-examples
Last active February 6, 2021 04:15
Show Gist options
  • Save tcpdump-examples/40fe673cb1dcc78409e9b4fcb1a2eba4 to your computer and use it in GitHub Desktop.
Save tcpdump-examples/40fe673cb1dcc78409e9b4fcb1a2eba4 to your computer and use it in GitHub Desktop.
What does actimeo mean in nfs mount

What does actimeo mean in nfs mount

The "actimeo=0" option means turn attribute caching off. The actimeo option actually makes the time duration the nfs client holds the various cache attributes like "acregmin","acregmax","acdirmin" and "acdirmax" to zero seconds, which means that the nfs client will need to look for the attributes everytime from the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment