]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/mount/nfsmount.conf
991838f36c477b6e9818caa510b8610785f60228
[nfs-utils.git] / utils / mount / nfsmount.conf
1 #
2 # /etc/nfsmount.conf - see nfsmount.conf(5) for details
3 #
4 # This is an NFS mount configuration file. This file can be broken
5 # up into three different sections: Mount, Server and Global
6
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 
11 # command. Example:
12 #     [ MountPoint "/export/home" ]
13 #       background=True
14 # Would cause all mount to /export/home would be done in
15 # the background
16 #
17 # [ Server "Server_Name" ]
18 # This section defines all the mount options that
19 # should be used on mounts to a particular NFS server. 
20 # Example:
21 #     [ Server "nfsserver.foo.com" ]
22 #       rsize=32k
23 #       wsize=32k
24 # All reads and writes to the 'nfsserver.foo.com' server 
25 # will be done with 32k (32768 bytes) block sizes.
26 #
27 [ NFSMount_Global_Options ]
28 # This statically named section defines global mount 
29 # options that can be applied on all NFS mount.
30 #
31 # Protocol Version [2,3]
32 # Nfsvers=3
33 #
34 # Network Transport [udp,tcp,rdma] (Note: values are case sensitive)
35 # Proto=tcp
36 #
37 # The number of times a request will be retired before 
38 # generating a timeout 
39 # Retrans=2
40 #
41 # The number of minutes that will retry mount
42 # Retry=2
43 #
44 # The minimum time (in seconds) file attributes are cached
45 # acregmin=30
46 #
47 # The Maximum time (in seconds) file attributes are cached
48 # acregmin=60
49 #
50 # The minimum time (in seconds) directory attributes are cached
51 # acregmin=30
52 #
53 # The Maximum time (in seconds) directory attributes are cached
54 # acregmin=60
55 #
56 # Enable Access  Control  Lists
57 # Acl=False
58 #
59 # Enable Attribute Caching
60 # Ac=True
61 #
62 # Do mounts in background (i.e. asynchronously)
63 # Background=False
64 #
65 # Close-To-Open cache coherence
66 # Cto=True
67 #
68 # Do mounts in foreground (i.e. synchronously)
69 # Foreground=True
70 #
71 # How to handle times out from servers (Hard is STRONGLY suggested)
72 # Hard=True
73 # Soft=False
74 #
75 # Enable File Locking
76 # Lock=True
77 #
78 # Enable READDIRPLUS on NFS version 3 mounts
79 # Rdirplus=True
80 #
81 # Maximum Read Size (in Bytes)
82 # Rsize=8k
83 #
84 # Maximum Write Size (in Bytes)
85 # Wsize=8k
86 #
87 # Maximum Server Block Size (in Bytes)
88 # Bsize=8k
89 #
90 # Ignore unknown mount options
91 # Sloppy=False
92 #
93 # Share Data and Attribute Caches
94 # Sharecache=True
95 #
96 # The amount of time, in tenths of a seconds, the client
97 # will wait for a response from the server before retransmitting
98 # the request.
99 # Timeo=600
100 #
101 # Sets all attributes times to the same time (in seconds)
102 # actimeo=30
103 #
104 # Server Mountd port mountport
105 # mountport=4001
106 #
107 # Server Mountd Protocol
108 # mountproto=tcp
109 #
110 # Server Mountd Version
111 # mounvers=3
112 #
113 # Server Mountd Host
114 # mounthost=hostname
115 #
116 # Server Port
117 # Port=2049
118 #
119 # RPCGSS security flavors 
120 # [none, sys, krb5, krb5i, krb5p ]
121 # Sec=sys