diff options
-rw-r--r-- | utils/mount/nfsmount.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/mount/nfsmount.conf b/utils/mount/nfsmount.conf index 9b8ff4a..aeb3023 100644 --- a/utils/mount/nfsmount.conf +++ b/utils/mount/nfsmount.conf @@ -133,3 +133,12 @@ # RPCGSS security flavors # [none, sys, krb5, krb5i, krb5p ] # Sec=sys +# +# Allow Signals to interrupt file operations +# Intr=True +# +# Specifies how the kernel manages its cache of directory +# Lookupcache=all|none|pos|positive +# +# Turn of the caching of that access time +# noatime=True |