1 .\"@(#)nfsmount.conf.5"
2 .TH NFSMOUNT.CONF 5 "9 Mar 2008"
4 nfsmount.conf - Configuration file for NFS mounts
6 Configuration file for NFS mounts that allows options
7 to be set globally, per server or per mount point.
9 The configuration file is made up of multiple sections
10 followed by variables associated with that section.
11 A section is defined by a string enclosed by
16 Variables are assignment statements that assign values
17 to particular variables using the
21 Sections are broken up into three basic categories:
22 Global options, Server options and Mount Point options.
24 .B [ NFSMount_Global_Options ]
25 - This statically named section
26 defines all of the global mount options that can be
27 applied to every NFS mount.
29 .B [ Server \(lqServer_Name\(rq ]
30 - This section defines all the mount options that should
31 be used on mounts to a particular NFS server. The
32 .I \(lqServer_Name\(rq
33 strings needs to be surrounded by '\(lq' and
34 be an exact match of the server name used in the
38 .B [ MountPoint \(lqMount_Point\(rq ]
39 - This section defines all the mount options that
40 should be used on a particular mount point.
42 .I \(lqMount_Point\(rq
43 string needs to be surrounded by '\(lq' and be an
44 exact match of the mount point used in the
49 These are some example lines of how sections and variables
50 are defined in the configuration file.
52 [ NFSMount_Global_Options ]
57 The TCP protocol will be used on every NFS mount.
60 [ Server \(lqnfsserver.foo.com\(rq ]
67 A 33k (32768 bytes) block size will be used as the read and write
68 size on all mounts to the 'nfsserver.foo.com' server.
72 [ MountPoint \(lq/export/home\(rq ]
77 All mounts to the '/export/home' export will be performed in
78 the background (i.e. done asynchronously).
83 Default NFS mount configuration file