]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/mount/nfsmount.conf
Now that only the Section names are case-insensitive
[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 # Network Transport [Udp,Tcp,Rdma]
34 # Proto=Tcp
35 #
36 # The number of times a request will be retired before 
37 # generating a timeout 
38 # Retrans=2
39 #
40 # The number of minutes that will retry mount
41 # Retry=2
42 #
43 # The minimum time (in seconds) file attributes are cached
44 # acregmin=30
45 #
46 # The Maximum time (in seconds) file attributes are cached
47 # acregmin=60
48 #
49 # The minimum time (in seconds) directory attributes are cached
50 # acregmin=30
51 #
52 # The Maximum time (in seconds) directory attributes are cached
53 # acregmin=60
54 #
55 # Enable Access  Control  Lists
56 # Acl=False
57 #
58 # Enable Attribute Caching
59 # Ac=True
60 #
61 # Do mounts in background (i.e. asynchronously)
62 # Background=False
63 #
64 # Close-To-Open cache coherence
65 # Cto=True
66 #
67 # Do mounts in foreground (i.e. synchronously)
68 # Foreground=True
69 #
70 # How to handle times out from servers (Hard is STRONGLY suggested)
71 # Hard=True
72 # Soft=False
73 #
74 # Enable File Locking
75 # Lock=True
76 #
77 # Enable READDIRPLUS on NFS version 3 mounts
78 # Rdirplus=True
79 #
80 # Maximum Read Size (in Bytes)
81 # Rsize=8k
82 #
83 # Maximum Write Size (in Bytes)
84 # Wsize=8k
85 #
86 # Maximum Server Block Size (in Bytes)
87 # Bsize=8k
88 #
89 # Ignore unknown mount options
90 # Sloppy=False
91 #
92 # Share Data and Attribute Caches
93 # Sharecache=True
94 #
95 # The amount of time, in tenths of a seconds, the client
96 # will wait for a response from the server before retransmitting
97 # the request.
98 # Timeo=600
99 #
100 # Sets all attributes times to the same time (in seconds)
101 # actimeo=30
102 #
103 # Server Mountd port mountport
104 # mountport=4001
105 #
106 # Server Mountd Protocol
107 # mountproto=tcp
108 #
109 # Server Mountd Version
110 # mounvers=3
111 #
112 # Server Mountd Host
113 # mounthost=hostname
114 #
115 # Server Port
116 # Port=2049
117 #
118 # RPCGSS security flavors 
119 # [none, sys, krb5, krb5i, krb5p ]
120 # Sec=sys