xref: /dragonfly/sbin/mount_nfs/mount_nfs.8 (revision 956939d5)
1.\" Copyright (c) 1992, 1993, 1994, 1995
2.\"	The Regents of the University of California.  All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\"    notice, this list of conditions and the following disclaimer.
9.\" 2. Redistributions in binary form must reproduce the above copyright
10.\"    notice, this list of conditions and the following disclaimer in the
11.\"    documentation and/or other materials provided with the distribution.
12.\" 3. All advertising materials mentioning features or use of this software
13.\"    must display the following acknowledgement:
14.\"	This product includes software developed by the University of
15.\"	California, Berkeley and its contributors.
16.\" 4. Neither the name of the University nor the names of its contributors
17.\"    may be used to endorse or promote products derived from this software
18.\"    without specific prior written permission.
19.\"
20.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\"	@(#)mount_nfs.8	8.3 (Berkeley) 3/29/95
33.\"
34.\" $FreeBSD: src/sbin/mount_nfs/mount_nfs.8,v 1.18.2.10 2003/05/13 14:45:40 trhodes Exp $
35.\" $DragonFly: src/sbin/mount_nfs/mount_nfs.8,v 1.6 2008/05/01 23:36:43 swildner Exp $
36.\""
37.Dd March 29, 1995
38.Dt MOUNT_NFS 8
39.Os
40.Sh NAME
41.Nm mount_nfs
42.Nd mount nfs file systems
43.Sh SYNOPSIS
44.Nm
45.Op Fl 23KNPTUbcdils
46.Op Fl D Ar deadthresh
47.Op Fl I Ar readdirsize
48.Op Fl R Ar retrycnt
49.Op Fl a Ar maxreadahead
50.Op Fl g Ar maxgroups
51.Op Fl m Ar realm
52.Op Fl o Ar options
53.Op Fl r Ar readsize
54.Op Fl t Ar timeout
55.Op Fl w Ar writesize
56.Op Fl x Ar retrans
57.Ar rhost : Ns Ar path node
58.Sh DESCRIPTION
59The
60.Nm
61command
62calls the
63.Xr mount 2
64system call to prepare and graft a remote nfs file system
65.Pq Ar rhost : Ns Ar path
66on to the file system tree at the point
67.Ar node .
68This command is normally executed by
69.Xr mount 8 .
70It implements the mount protocol as described in RFC 1094, Appendix A and
71.%T "NFS: Network File System Version 3 Protocol Specification" ,
72Appendix I.
73.Pp
74By default,
75.Nm
76keeps retrying until the mount succeeds.
77This behaviour is intended for filesystems listed in
78.Xr fstab 5
79that are critical to the boot process.
80For non-critical filesystems, the
81.Fl b
82and
83.Fl R
84flags provide mechanisms to prevent the boot process from hanging
85if the server is unavailable.
86.Pp
87If the server becomes unresponsive while an NFS filesystem is
88mounted, any new or outstanding file operations on that filesystem
89will hang uninterruptibly until the server comes back.
90To modify this default behaviour, see the
91.Fl i
92and
93.Fl s
94flags.
95.Pp
96The options are:
97.Bl -tag -width indent
98.It Fl 2
99Use the NFS Version 2 protocol (the default is to try version 3 first
100then version 2).  Note that NFS version 2 has a file size limit of 2
101gigabytes.
102.It Fl 3
103Use the NFS Version 3 protocol.
104.It Fl D
105Used to set the
106.Dq "dead server threshold"
107to the specified number of round trip timeout intervals.
108After a
109.Dq "dead server threshold"
110of retransmit timeouts,
111cached data for the unresponsive server is assumed to still be valid.
112Values may be set in the range of 1 - 9, with 9 referring to an
113.Dq "infinite dead threshold"
114(i.e. never assume cached data still valid).
115This option is not generally recommended and is really an experimental
116feature.
117.It Fl I
118Set the readdir read size to the specified value.
119The value should normally
120be a multiple of DIRBLKSIZ that is \(<= the read size for the mount.
121.It Fl K
122Pass Kerberos authenticators to the server for client-to-server
123user-credential mapping.
124This requires that the kernel be built with the NFSKERB option.
125The use of this option will prevent the kernel from compiling
126unless calls to the appropriate Kerberos encryption routines
127are provided in the NFS source.
128(Refer to the INTERNET-DRAFT titled
129.%T "Authentication Mechanisms for ONC RPC" ,
130for more information.)
131.It Fl N
132Do
133.Em not
134use a reserved socket port number (see below).
135.It Fl P
136Use a reserved socket port number.
137This flag is obsolete, and only retained for compatibility reasons.
138Reserved port numbers are used by default now.
139(For the rare case where the client has a trusted root account
140but untrustworthy users and the network cables are in secure areas this does
141help, but for normal desktop clients this does not apply.)
142.It Fl R
143Set the mount retry count to the specified value.
144The default is a retry count of zero, which means to keep retrying
145forever.
146There is a 60 second delay between each attempt.
147.It Fl T
148Use TCP transport instead of UDP.
149This is recommended for servers that are not on the same LAN cable as
150the client.  This is the default.
151.It Fl U
152Use UDP transport instead of TCP.
153This is not recommended due to the ease of which
154.Dx
155clients can blow out available socket buffer space on the server,
156not to mention the impossibility of accurately calculating the
157proper retry interval due to disk I/O backlogs on the server.
158If you want to use the option anyway it is recommended that the
159server reserve upwards of 2 MBytes of socket buffer space to hold
160the received UDP packets.
161.It Fl a
162Set the read-ahead count to the specified value.
163This may be in the range of 0 - 4, and determines how many blocks
164will be read ahead when a large file is being read sequentially.
165Trying a value greater than 1 for this is suggested for
166mounts with a large bandwidth * delay product.
167.It Fl b
168If an initial attempt to contact the server fails, fork off a child to keep
169trying the mount in the background.
170Useful for
171.Xr fstab 5 ,
172where the filesystem mount is not critical to multiuser operation.
173.It Fl c
174For UDP mount points, do not do a
175.Xr connect 2 .
176This must be used if the server does not reply to requests from the standard
177NFS port number 2049 or replies to requests using a different IP address
178(which can occur if the server is multi-homed).
179Setting the
180.Va vfs.nfs.nfs_ip_paranoia
181sysctl to 0 will make this option the default.
182.It Fl d
183Turn off the dynamic retransmit timeout estimator.
184This may be useful for UDP mounts that exhibit high retry rates,
185since it is possible that the dynamically estimated timeout interval is too
186short.
187.It Fl g
188Set the maximum size of the group list for the credentials to the
189specified value.
190This should be used for mounts on old servers that cannot handle a
191group list size of 16, as specified in RFC 1057.
192Try 8, if users in a lot of groups cannot get response from the mount
193point.
194.It Fl i
195Make the mount interruptible, which implies that file system calls that
196are delayed due to an unresponsive server will fail with
197.Er EINTR
198when a
199termination signal is posted for the process.
200.It Fl l
201Used with NFSV3 to specify that the \fBReaddirPlus\fR RPC should
202be used.
203This option reduces RPC traffic for cases such as
204.Dq "ls -l" ,
205but tends to flood the attribute and name caches with prefetched entries.
206Try this option and see whether performance improves or degrades.
207Probably
208most useful for client to server network interconnects with a large bandwidth
209times delay product.
210.It Fl m
211Set the Kerberos realm to the string argument.
212Used with the
213.Fl K
214option for mounts to other realms.
215.It Fl o
216Options are specified with a
217.Fl o
218flag followed by a comma separated string of options.
219See the
220.Xr mount 8
221man page for possible options and their meanings.
222The following NFS specific option is also available:
223.Bl -tag -width indent
224.It port=<port_number>
225Use specified port number for NFS requests.
226The default is to query the portmapper for the NFS port.
227.It acregmin=<seconds>
228.It acregmax=<seconds>
229.It acdirmin=<seconds>
230.It acdirmax=<seconds>
231When attributes of files are cached, a timeout calculated to determine
232whether a given cache entry has expired.  These four values determine the
233upper and lower bounds of the timeouts for ``directory'' attributes and
234``regular'' (ie: everything else).  The default values are 3 -> 60 seconds
235for regular files, and 30 -> 60 seconds for directories.  The algorithm to
236calculate the timeout is based on the age of the file.  The older the file,
237the longer the cache is considered valid, subject to the limits above.
238.It bg
239Same as
240.Fl b .
241.It conn
242Same as not specifying
243.Fl c .
244.It dumbtimer
245Same as
246.Fl d .
247.It intr
248Same as
249.Fl i .
250.It kerb
251Same as
252.Fl K .
253.It nfsv2
254Same as
255.Fl 2 .
256.It nfsv3
257Same as
258.Fl 3 .
259.It rdirplus
260Same as
261.Fl l .
262.It mntudp
263Same as
264.Fl U
265(obsolete).
266.It resvport
267Same as
268.Fl P .
269.It soft
270Same as
271.Fl s .
272.It tcp
273Same as
274.Fl T .
275.It udp
276Same as
277.Fl U .
278.El
279.It Fl r
280Set the read data size to the specified value.
281It should normally be a power of 2 greater than or equal to 1024.
282This should be used for UDP mounts when the
283.Dq "fragments dropped due to timeout"
284value is getting large while actively using a mount point.
285(Use
286.Xr netstat 1
287with the
288.Fl s
289option to see what the
290.Dq "fragments dropped due to timeout"
291value is.)
292See the
293.Fl w
294option as well.
295.It Fl s
296A soft mount, which implies that file system calls will fail
297after \fBRetry\fR round trip timeout intervals.
298.It Fl t
299Set the initial retransmit timeout to the specified value.
300May be useful for fine tuning UDP mounts over internetworks
301with high packet loss rates or an overloaded server.
302Try increasing the interval if
303.Xr nfsstat 1
304shows high retransmit rates while the file system is active or reducing the
305value if there is a low retransmit rate but long response delay observed.
306(Normally, the -d option should be specified when using this option to manually
307tune the timeout
308interval.)
309.It Fl w
310Set the write data size to the specified value.
311Ditto the comments w.r.t. the
312.Fl r
313option, but using the
314.Dq "fragments dropped due to timeout"
315value on the server instead of the client.
316Note that both the
317.Fl r
318and
319.Fl w
320options should only be used as a last ditch effort at improving performance
321when mounting servers that do not support TCP mounts.
322.It Fl x
323Set the retransmit timeout count for soft mounts to the specified value.
324.El
325.Sh SEE ALSO
326.Xr mount 2 ,
327.Xr unmount 2 ,
328.Xr fstab 5 ,
329.Xr mount 8 ,
330.Xr nfsd 8 ,
331.Xr nfsiod 8 ,
332.Xr showmount 8
333.Sh BUGS
334Due to the way that Sun RPC is implemented on top of UDP (unreliable datagram)
335transport, tuning such mounts is really a black art that can only be expected
336to have limited success.
337For clients mounting servers that are not on the same
338LAN cable or that tend to be overloaded,
339TCP transport is strongly recommended,
340but unfortunately this is restricted to mostly
341.Bx 4.4
342servers.
343