From e8d63ff3b4dddcd3a3ff4e8d3c4db371ba665056 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Tue, 29 Apr 2014 14:40:56 -0400 Subject: Added more (commented out) options to nfsmount.conf Signed-off-by: Steve Dickson --- utils/mount/nfsmount.conf | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit