2 # /etc/nfsmount.conf - see nfsmount.conf(5) for details
4 # This is an NFS mount configuration file. This file can be broken
5 # up into three different sections: Mount, Server and Global
7 # [ MountPoint "Mount_point" ]
8 # This section defines all the mount options that
9 # should be used on a particular mount point. The '<Mount_Point>'
10 # string need to be an exact match of the path in the mount
12 # [ MountPoint "/export/home" ]
14 # Would cause all mount to /export/home would be done in
17 # [ Server "Server_Name" ]
18 # This section defines all the mount options that
19 # should be used on mounts to a particular NFS server.
21 # [ Server "nfsserver.foo.com" ]
24 # All reads and writes to the 'nfsserver.foo.com' server
25 # will be done with 32k (32768 bytes) block sizes.
27 [ NFSMount_Global_Options ]
28 # This statically named section defines global mount
29 # options that can be applied on all NFS mount.
31 # Protocol Version [2,3,4]
32 # This defines the default protocol version which will
33 # be used to start the negotiation with the server.
36 # Setting this option makes it mandatory the server supports the
37 # given version. The mount will fail if the given version is
38 # not support by the server.
41 # Network Protocol [udp,tcp,rdma] (Note: values are case sensitive)
42 # This defines the default network protocol which will
43 # be used to start the negotiation with the server.
46 # Setting this option makes it mandatory the server supports the
47 # given network protocol. The mount will fail if the given network
48 # protocol is not supported by the server.
51 # The number of times a request will be retired before
52 # generating a timeout
55 # The number of minutes that will retry mount
58 # The minimum time (in seconds) file attributes are cached
61 # The Maximum time (in seconds) file attributes are cached
64 # The minimum time (in seconds) directory attributes are cached
67 # The Maximum time (in seconds) directory attributes are cached
70 # Enable Access Control Lists
73 # Enable Attribute Caching
76 # Do mounts in background (i.e. asynchronously)
79 # Close-To-Open cache coherence
82 # Do mounts in foreground (i.e. synchronously)
85 # How to handle times out from servers (Hard is STRONGLY suggested)
92 # Enable READDIRPLUS on NFS version 3 mounts
95 # Maximum Read Size (in Bytes)
98 # Maximum Write Size (in Bytes)
101 # Maximum Server Block Size (in Bytes)
104 # Ignore unknown mount options
107 # Share Data and Attribute Caches
110 # The amount of time, in tenths of a seconds, the client
111 # will wait for a response from the server before retransmitting
115 # Sets all attributes times to the same time (in seconds)
118 # Server Mountd port mountport
121 # Server Mountd Protocol
124 # Server Mountd Version
133 # RPCGSS security flavors
134 # [none, sys, krb5, krb5i, krb5p ]