]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/mount/nfs.man
The kernel 2.6.37 has a add new mount option: local_lock.
[nfs-utils.git] / utils / mount / nfs.man
1 .\"@(#)nfs.5"
2 .TH NFS 5 "2 November 2007"
3 .SH NAME
4 nfs \- fstab format and options for the
5 .B nfs
6 file systems
7 .SH SYNOPSIS
8 .I /etc/fstab
9 .SH DESCRIPTION
10 NFS is an Internet Standard protocol
11 created by Sun Microsystems in 1984. NFS was developed
12 to allow file sharing between systems residing
13 on a local area network.
14 The Linux NFS client supports three versions
15 of the NFS protocol:
16 NFS version 2 [RFC1094],
17 NFS version 3 [RFC1813],
18 and NFS version 4 [RFC3530].
19 .P
20 The
21 .BR mount (8)
22 command attaches a file system to the system's
23 name space hierarchy at a given mount point.
24 The
25 .I /etc/fstab
26 file describes how
27 .BR mount (8)
28 should assemble a system's file name hierarchy
29 from various independent file systems
30 (including file systems exported by NFS servers).
31 Each line in the
32 .I /etc/fstab
33 file describes a single file system, its mount point,
34 and a set of default mount options for that mount point.
35 .P
36 For NFS file system mounts, a line in the
37 .I /etc/fstab
38 file specifies the server name,
39 the path name of the exported server directory to mount,
40 the local directory that is the mount point,
41 the type of file system that is being mounted,
42 and a list of mount options that control
43 the way the filesystem is mounted and
44 how the NFS client behaves when accessing
45 files on this mount point.
46 The fifth and sixth fields on each line are not used
47 by NFS, thus conventionally each contain the digit zero. For example:
48 .P
49 .SP
50 .NF
51 .TA 2.5i +0.75i +0.75i +1.0i
52         server:path     /mountpoint     fstype  option,option,...       0 0
53 .FI
54 .P
55 The server's hostname and export pathname
56 are separated by a colon, while
57 the mount options are separated by commas. The remaining fields
58 are separated by blanks or tabs.
59 .P
60 The server's hostname can be an unqualified hostname,
61 a fully qualified domain name,
62 a dotted quad IPv4 address, or
63 an IPv6 address enclosed in square brackets.
64 Link-local and site-local IPv6 addresses must be accompanied by an
65 interface identifier.
66 See
67 .BR ipv6 (7)
68 for details on specifying raw IPv6 addresses.
69 .P
70 The
71 .I fstype
72 field contains "nfs", for whatever version of the protocol.
73 The
74 .B nfs
75 allow several mount options, which are described below.
76 .SH "MOUNT OPTIONS"
77 Refer to
78 .BR mount (8)
79 for a description of generic mount options
80 available for all file systems. If you do not need to
81 specify any mount options, use the generic option
82 .B defaults
83 in
84 .IR /etc/fstab .
85 .DT
86 .SS "Options supported by all versions"
87 These options are valid to use with any NFS version.
88 .TP 1.5i
89 .BR soft " / " hard
90 Determines the recovery behavior of the NFS client
91 after an NFS request times out.
92 If neither option is specified (or if the
93 .B hard
94 option is specified), NFS requests are retried indefinitely.
95 If the
96 .B soft
97 option is specified, then the NFS client fails an NFS request
98 after
99 .B retrans
100 retransmissions have been sent,
101 causing the NFS client to return an error
102 to the calling application.
103 .IP
104 .I NB:
105 A so-called "soft" timeout can cause
106 silent data corruption in certain cases. As such, use the
107 .B soft
108 option only when client responsiveness
109 is more important than data integrity.
110 Using NFS over TCP or increasing the value of the
111 .B retrans
112 option may mitigate some of the risks of using the
113 .B soft
114 option.
115 .TP 1.5i
116 .BI timeo= n
117 The time (in tenths of a second) the NFS client waits for a
118 response before it retries an NFS request. If this
119 option is not specified, requests are retried every
120 60 seconds for NFS over TCP.
121 The NFS client does not perform any kind of timeout backoff
122 for NFS over TCP.
123 .IP
124 However, for NFS over UDP, the client uses an adaptive
125 algorithm to estimate an appropriate timeout value for frequently used
126 request types (such as READ and WRITE requests), but uses the
127 .B timeo
128 setting for infrequently used request types (such as FSINFO requests).
129 If the
130 .B timeo
131 option is not specified,
132 infrequently used request types are retried after 1.1 seconds.
133 After each retransmission, the NFS client doubles the timeout for
134 that request,
135 up to a maximum timeout length of 60 seconds.
136 .TP 1.5i
137 .BI retrans= n
138 The number of times the NFS client retries a request before
139 it attempts further recovery action. If the
140 .B retrans
141 option is not specified, the NFS client tries each request
142 three times.
143 .IP
144 The NFS client generates a "server not responding" message
145 after
146 .B retrans
147 retries, then attempts further recovery (depending on whether the
148 .B hard
149 mount option is in effect).
150 .TP 1.5i
151 .BI rsize= n
152 The maximum number of bytes in each network READ request
153 that the NFS client can receive when reading data from a file
154 on an NFS server.
155 The actual data payload size of each NFS READ request is equal to
156 or smaller than the
157 .B rsize
158 setting. The largest read payload supported by the Linux NFS client
159 is 1,048,576 bytes (one megabyte).
160 .IP
161 The
162 .B rsize
163 value is a positive integral multiple of 1024.
164 Specified
165 .B rsize
166 values lower than 1024 are replaced with 4096; values larger than
167 1048576 are replaced with 1048576. If a specified value is within the supported
168 range but not a multiple of 1024, it is rounded down to the nearest
169 multiple of 1024.
170 .IP
171 If an
172 .B rsize
173 value is not specified, or if the specified
174 .B rsize
175 value is larger than the maximum that either client or server can support,
176 the client and server negotiate the largest
177 .B rsize
178 value that they can both support.
179 .IP
180 The
181 .B rsize
182 mount option as specified on the
183 .BR mount (8)
184 command line appears in the
185 .I /etc/mtab
186 file. However, the effective
187 .B rsize
188 value negotiated by the client and server is reported in the
189 .I /proc/mounts
190 file.
191 .TP 1.5i
192 .BI wsize= n
193 The maximum number of bytes per network WRITE request
194 that the NFS client can send when writing data to a file
195 on an NFS server. The actual data payload size of each
196 NFS WRITE request is equal to
197 or smaller than the
198 .B wsize
199 setting. The largest write payload supported by the Linux NFS client
200 is 1,048,576 bytes (one megabyte).
201 .IP
202 Similar to
203 .B rsize
204 , the
205 .B wsize
206 value is a positive integral multiple of 1024.
207 Specified
208 .B wsize
209 values lower than 1024 are replaced with 4096; values larger than
210 1048576 are replaced with 1048576. If a specified value is within the supported
211 range but not a multiple of 1024, it is rounded down to the nearest
212 multiple of 1024.
213 .IP
214 If a
215 .B wsize
216 value is not specified, or if the specified
217 .B wsize
218 value is larger than the maximum that either client or server can support,
219 the client and server negotiate the largest
220 .B wsize
221 value that they can both support.
222 .IP
223 The
224 .B wsize
225 mount option as specified on the
226 .BR mount (8)
227 command line appears in the
228 .I /etc/mtab
229 file. However, the effective
230 .B wsize
231 value negotiated by the client and server is reported in the
232 .I /proc/mounts
233 file.
234 .TP 1.5i
235 .BR ac " / " noac
236 Selects whether the client may cache file attributes. If neither
237 option is specified (or if
238 .B ac
239 is specified), the client caches file
240 attributes.
241 .IP
242 To improve performance, NFS clients cache file
243 attributes. Every few seconds, an NFS client checks the server's version of each
244 file's attributes for updates.  Changes that occur on the server in
245 those small intervals remain undetected until the client checks the
246 server again. The
247 .B noac
248 option prevents clients from caching file
249 attributes so that applications can more quickly detect file changes
250 on the server.
251 .IP
252 In addition to preventing the client from caching file attributes,
253 the
254 .B noac
255 option forces application writes to become synchronous so
256 that local changes to a file become visible on the server
257 immediately.  That way, other clients can quickly detect recent
258 writes when they check the file's attributes.
259 .IP
260 Using the
261 .B noac
262 option provides greater cache coherence among NFS clients
263 accessing the same files,
264 but it extracts a significant performance penalty.
265 As such, judicious use of file locking is encouraged instead.
266 The DATA AND METADATA COHERENCE section contains a detailed discussion
267 of these trade-offs.
268 .TP 1.5i
269 .BI acregmin= n
270 The minimum time (in seconds) that the NFS client caches
271 attributes of a regular file before it requests
272 fresh attribute information from a server.
273 If this option is not specified, the NFS client uses
274 a 3-second minimum.
275 .TP 1.5i
276 .BI acregmax= n
277 The maximum time (in seconds) that the NFS client caches
278 attributes of a regular file before it requests
279 fresh attribute information from a server.
280 If this option is not specified, the NFS client uses
281 a 60-second maximum.
282 .TP 1.5i
283 .BI acdirmin= n
284 The minimum time (in seconds) that the NFS client caches
285 attributes of a directory before it requests
286 fresh attribute information from a server.
287 If this option is not specified, the NFS client uses
288 a 30-second minimum.
289 .TP 1.5i
290 .BI acdirmax= n
291 The maximum time (in seconds) that the NFS client caches
292 attributes of a directory before it requests
293 fresh attribute information from a server.
294 If this option is not specified, the NFS client uses
295 a 60-second maximum.
296 .TP 1.5i
297 .BI actimeo= n
298 Using
299 .B actimeo
300 sets all of
301 .BR acregmin ,
302 .BR acregmax ,
303 .BR acdirmin ,
304 and
305 .B acdirmax
306 to the same value.
307 If this option is not specified, the NFS client uses
308 the defaults for each of these options listed above.
309 .TP 1.5i
310 .BR bg " / " fg
311 Determines how the
312 .BR mount (8)
313 command behaves if an attempt to mount an export fails.
314 The
315 .B fg
316 option causes
317 .BR mount (8)
318 to exit with an error status if any part of the mount request
319 times out or fails outright.
320 This is called a "foreground" mount,
321 and is the default behavior if neither the
322 .B fg
323 nor
324 .B bg
325 mount option is specified.
326 .IP
327 If the
328 .B bg
329 option is specified, a timeout or failure causes the
330 .BR mount (8)
331 command to fork a child which continues to attempt
332 to mount the export.
333 The parent immediately returns with a zero exit code.
334 This is known as a "background" mount.
335 .IP
336 If the local mount point directory is missing, the
337 .BR mount (8)
338 command acts as if the mount request timed out.
339 This permits nested NFS mounts specified in
340 .I /etc/fstab
341 to proceed in any order during system initialization,
342 even if some NFS servers are not yet available.
343 Alternatively these issues can be addressed
344 using an automounter (refer to
345 .BR automount (8)
346 for details).
347 .TP 1.5i
348 .BI retry= n
349 The number of minutes that the
350 .BR mount (8)
351 command retries an NFS mount operation
352 in the foreground or background before giving up.
353 If this option is not specified, the default value for foreground mounts
354 is 2 minutes, and the default value for background mounts is 10000 minutes
355 (80 minutes shy of one week).
356 If a value of zero is specified, the
357 .BR mount (8)
358 command exits immediately after the first failure.
359 .TP 1.5i
360 .BI sec= mode
361 The RPCGSS security flavor to use for accessing files on this mount point.
362 If the
363 .B sec
364 option is not specified, or if
365 .B sec=sys
366 is specified, the NFS client uses the AUTH_SYS security flavor
367 for all NFS requests on this mount point.
368 Valid security flavors are
369 .BR none ,
370 .BR sys ,
371 .BR krb5 ,
372 .BR krb5i ,
373 .BR krb5p ,
374 .BR lkey ,
375 .BR lkeyi ,
376 .BR lkeyp ,
377 .BR spkm ,
378 .BR spkmi ,
379 and
380 .BR spkmp .
381 Refer to the SECURITY CONSIDERATIONS section for details.
382 .TP 1.5i
383 .BR sharecache " / " nosharecache
384 Determines how the client's data cache and attribute cache are shared
385 when mounting the same export more than once concurrently.  Using the
386 same cache reduces memory requirements on the client and presents
387 identical file contents to applications when the same remote file is
388 accessed via different mount points.
389 .IP
390 If neither option is specified, or if the
391 .B sharecache
392 option is
393 specified, then a single cache is used for all mount points that
394 access the same export.  If the
395 .B nosharecache
396 option is specified,
397 then that mount point gets a unique cache.  Note that when data and
398 attribute caches are shared, the mount options from the first mount
399 point take effect for subsequent concurrent mounts of the same export.
400 .IP
401 As of kernel 2.6.18, the behavior specified by
402 .B nosharecache
403 is legacy caching behavior. This
404 is considered a data risk since multiple cached copies
405 of the same file on the same client can become out of sync
406 following a local update of one of the copies.
407 .TP 1.5i
408 .BR resvport " / " noresvport
409 Specifies whether the NFS client should use a privileged source port
410 when communicating with an NFS server for this mount point.
411 If this option is not specified, or the
412 .B resvport
413 option is specified, the NFS client uses a privileged source port.
414 If the
415 .B noresvport
416 option is specified, the NFS client uses a non-privileged source port.
417 This option is supported in kernels 2.6.28 and later.
418 .IP
419 Using non-privileged source ports helps increase the maximum number of
420 NFS mount points allowed on a client, but NFS servers must be configured
421 to allow clients to connect via non-privileged source ports.
422 .IP
423 Refer to the SECURITY CONSIDERATIONS section for important details.
424 .TP 1.5i
425 .BI lookupcache= mode
426 Specifies how the kernel manages its cache of directory entries
427 for a given mount point.
428 .I mode
429 can be one of
430 .BR all ,
431 .BR none ,
432 .BR pos ,
433 or
434 .BR positive .
435 This option is supported in kernels 2.6.28 and later.
436 .IP
437 The Linux NFS client caches the result of all NFS LOOKUP requests.
438 If the requested directory entry exists on the server,
439 the result is referred to as
440 .IR positive .
441 If the requested directory entry does not exist on the server,
442 the result is referred to as
443 .IR negative .
444 .IP
445 If this option is not specified, or if
446 .B all
447 is specified, the client assumes both types of directory cache entries
448 are valid until their parent directory's cached attributes expire.
449 .IP
450 If
451 .BR pos " or " positive
452 is specified, the client assumes positive entries are valid
453 until their parent directory's cached attributes expire, but
454 always revalidates negative entires before an application
455 can use them.
456 .IP
457 If
458 .B none
459 is specified,
460 the client revalidates both types of directory cache entries
461 before an application can use them.
462 This permits quick detection of files that were created or removed
463 by other clients, but can impact application and server performance.
464 .IP
465 The DATA AND METADATA COHERENCE section contains a
466 detailed discussion of these trade-offs.
467 .SS "Options for versions 2 and 3 only"
468 Use these options, along with the options in the above subsection,
469 for NFSv2/v3 only. They will be ignored for newer versions.
470 .TP 1.5i
471 .BI proto= netid
472 The transport protocol name and protocol family the NFS client uses
473 to transmit requests to the NFS server for this mount point.
474 If an NFS server has both an IPv4 and an IPv6 address, using a specific
475 netid will force the use of IPv4 or IPv6 networking to communicate
476 with that server.
477 .IP
478 If support for TI-RPC is built into the
479 .B mount.nfs
480 command,
481 .I netid
482 is a valid netid listed in
483 .IR /etc/netconfig .
484 The value "rdma" may also be specified.
485 If the
486 .B mount.nfs
487 command does not have TI-RPC support, then
488 .I netid
489 is one of "tcp," "udp," or "rdma," and only IPv4 may be used.
490 .IP
491 Each transport protocol uses different default
492 .B retrans
493 and
494 .B timeo
495 settings.
496 Refer to the description of these two mount options for details.
497 .IP
498 In addition to controlling how the NFS client transmits requests to
499 the server, this mount option also controls how the
500 .BR mount (8)
501 command communicates with the server's rpcbind and mountd services.
502 Specifying a netid that uses TCP forces all traffic from the
503 .BR mount (8)
504 command and the NFS client to use TCP.
505 Specifying a netid that uses UDP forces all traffic types to use UDP.
506 .IP
507 If the
508 .B proto
509 mount option is not specified, the
510 .BR mount (8)
511 command discovers which protocols the server supports
512 and chooses an appropriate transport for each service.
513 Refer to the TRANSPORT METHODS section for more details.
514 .TP 1.5i
515 .B udp
516 The
517 .B udp
518 option is an alternative to specifying
519 .BR proto=udp.
520 It is included for compatibility with other operating systems.
521 .TP 1.5i
522 .B tcp
523 The
524 .B tcp
525 option is an alternative to specifying
526 .BR proto=tcp.
527 It is included for compatibility with other operating systems.
528 .TP 1.5i
529 .B rdma
530 The
531 .B rdma
532 option is an alternative to specifying
533 .BR proto=rdma.
534 .TP 1.5i
535 .BI port= n
536 The numeric value of the server's NFS service port.
537 If the server's NFS service is not available on the specified port,
538 the mount request fails.
539 .IP
540 If this option is not specified, or if the specified port value is 0,
541 then the NFS client uses the NFS service port number
542 advertised by the server's rpcbind service.
543 The mount request fails if the server's rpcbind service is not available,
544 the server's NFS service is not registered with its rpcbind service,
545 or the server's NFS service is not available on the advertised port.
546 .TP 1.5i
547 .BI mountport= n
548 The numeric value of the server's mountd port.
549 If the server's mountd service is not available on the specified port,
550 the mount request fails.
551 .IP
552 If this option is not specified,
553 or if the specified port value is 0, then the
554 .BR mount (8)
555 command uses the mountd service port number
556 advertised by the server's rpcbind service.
557 The mount request fails if the server's rpcbind service is not available,
558 the server's mountd service is not registered with its rpcbind service,
559 or the server's mountd service is not available on the advertised port.
560 .IP
561 This option can be used when mounting an NFS server
562 through a firewall that blocks the rpcbind protocol.
563 .TP 1.5i
564 .BI mountproto= netid
565 The transport protocol name and protocol family the NFS client uses
566 to transmit requests to the NFS server's mountd service when performing
567 this mount request, and when later unmounting this mount point.
568 .IP
569 If support for TI-RPC is built into the
570 .B mount.nfs
571 command,
572 .I netid
573 is a valid netid listed in
574 .IR /etc/netconfig .
575 Otherwise,
576 .I netid
577 is one of "tcp" or "udp," and only IPv4 may be used.
578 .IP
579 This option can be used when mounting an NFS server
580 through a firewall that blocks a particular transport.
581 When used in combination with the
582 .B proto
583 option, different transports for mountd requests and NFS requests
584 can be specified.
585 If the server's mountd service is not available via the specified
586 transport, the mount request fails.
587 .IP
588 Refer to the TRANSPORT METHODS section for more on how the
589 .B mountproto
590 mount option interacts with the
591 .B proto
592 mount option.
593 .TP 1.5i
594 .BI mounthost= name
595 The hostname of the host running mountd.
596 If this option is not specified, the
597 .BR mount (8)
598 command assumes that the mountd service runs
599 on the same host as the NFS service.
600 .TP 1.5i
601 .BI mountvers= n
602 The RPC version number used to contact the server's mountd.
603 If this option is not specified, the client uses a version number
604 appropriate to the requested NFS version.
605 This option is useful when multiple NFS services
606 are running on the same remote server host.
607 .TP 1.5i
608 .BI namlen= n
609 The maximum length of a pathname component on this mount.
610 If this option is not specified, the maximum length is negotiated
611 with the server. In most cases, this maximum length is 255 characters.
612 .IP
613 Some early versions of NFS did not support this negotiation.
614 Using this option ensures that
615 .BR pathconf (3)
616 reports the proper maximum component length to applications
617 in such cases.
618 .TP 1.5i
619 .BI nfsvers= n
620 The NFS protocol version number used to contact the server's NFS service.
621 If the server does not support the requested version, the mount request fails.
622 If this option is not specified, the client negociate a suitable version with
623 the server, trying version 4 first, version 3 second, and version 2 last.
624 .TP 1.5i
625 .BI vers= n
626 This option is an alternative to the
627 .B nfsvers
628 option.
629 It is included for compatibility with other operating systems.
630 .TP 1.5i
631 .BR lock " / " nolock
632 Selects whether to use the NLM sideband protocol to lock files on the server.
633 If neither option is specified (or if
634 .B lock
635 is specified), NLM locking is used for this mount point.
636 When using the
637 .B nolock
638 option, applications can lock files,
639 but such locks provide exclusion only against other applications
640 running on the same client.
641 Remote applications are not affected by these locks.
642 .IP
643 NLM locking must be disabled with the
644 .B nolock
645 option when using NFS to mount
646 .I /var
647 because
648 .I /var
649 contains files used by the NLM implementation on Linux.
650 Using the
651 .B nolock
652 option is also required when mounting exports on NFS servers
653 that do not support the NLM protocol.
654 .TP 1.5i
655 .BR intr " / " nointr
656 Selects whether to allow signals to interrupt file operations
657 on this mount point. If neither option
658 is specified (or if
659 .B nointr
660 is specified),
661 signals do not interrupt NFS file operations. If
662 .B intr
663 is specified, system calls return EINTR if an in-progress NFS operation is interrupted by
664 a signal.
665 .IP
666 Using the
667 .B intr
668 option is preferred to using the
669 .B soft
670 option because it is significantly less likely to result in data corruption.
671 .IP
672 The
673 .BR intr " / " nointr
674 mount option is deprecated after kernel 2.6.25.
675 Only SIGKILL can interrupt a pending NFS operation on these kernels,
676 and if specified, this mount option is ignored to provide backwards
677 compatibility with older kernels.
678 .TP 1.5i
679 .BR cto " / " nocto
680 Selects whether to use close-to-open cache coherence semantics.
681 If neither option is specified (or if
682 .B cto
683 is specified), the client uses close-to-open
684 cache coherence semantics. If the
685 .B nocto
686 option is specified, the client uses a non-standard heuristic to determine when
687 files on the server have changed.
688 .IP
689 Using the
690 .B nocto
691 option may improve performance for read-only mounts,
692 but should be used only if the data on the server changes only occasionally.
693 The DATA AND METADATA COHERENCE section discusses the behavior
694 of this option in more detail.
695 .TP 1.5i
696 .BR acl " / " noacl
697 Selects whether to use the NFSACL sideband protocol on this mount point.
698 The NFSACL sideband protocol is a proprietary protocol
699 implemented in Solaris that manages Access Control Lists. NFSACL was never
700 made a standard part of the NFS protocol specification.
701 .IP
702 If neither
703 .B acl
704 nor
705 .B noacl
706 option is specified,
707 the NFS client negotiates with the server
708 to see if the NFSACL protocol is supported,
709 and uses it if the server supports it.
710 Disabling the NFSACL sideband protocol may be necessary
711 if the negotiation causes problems on the client or server.
712 Refer to the SECURITY CONSIDERATIONS section for more details.
713 .TP 1.5i
714 .BR rdirplus " / " nordirplus
715 Selects whether to use NFS version 3 READDIRPLUS requests.
716 If this option is not specified, the NFS client uses READDIRPLUS requests
717 on NFS version 3 mounts to read small directories.
718 Some applications perform better if the client uses only READDIR requests
719 for all directories.
720 .TP 1.5i
721 .BR local_lock= mechanism
722 Specifies whether to use local locking for any or both of the flock and the
723 POSIX locking mechanisms.
724 .I mechanism
725 can be one of
726 .BR all ,
727 .BR flock ,
728 .BR posix ,
729 or
730 .BR none .
731 This option is supported in kernels 2.6.37 and later.
732 .IP
733 The Linux NFS client provides a way to make locks local. This means, the
734 applications can lock files, but such locks provide exclusion only against
735 other applications running on the same client. Remote applications are not
736 affected by these locks.
737 .IP
738 If this option is not specified, or if
739 .B none
740 is specified, the client assumes that the locks are not local.
741 .IP
742 If
743 .BR all
744 is specified, the client assumes that both flock and POSIX locks are local.
745 .IP
746 If
747 .BR flock
748 is specified, the client assumes that only flock locks are local and uses
749 NLM sideband protocol to lock files when POSIX locks are used.
750 .IP
751 If
752 .BR posix
753 is specified, the client assumes that POSIX locks are local and uses NLM
754 sideband protocol to lock files when flock locks are used.
755 .IP
756 To support legacy flock behavior similar to that of NFS clients < 2.6.12, use
757 'local_lock=flock'. This option is required when exporting NFS mounts via
758 Samba as Samba maps Windows share mode locks as flock. Since NFS clients >
759 2.6.12 implement flock by emulating POSIX locks, this will result in
760 conflicting locks.
761 .IP
762 NOTE: When used together, the 'local_lock' mount option will be overridden
763 by 'nolock'/'lock' mount option.
764 .SS "Options for version 4 only"
765 Use these options, along with the options in the first subsection above,
766 for NFSv4 only. They will be ignored with older versions.
767 .TP 1.5i
768 .BI proto= netid
769 The transport protocol name and protocol family the NFS client uses
770 to transmit requests to the NFS server for this mount point.
771 If an NFS server has both an IPv4 and an IPv6 address, using a specific
772 netid will force the use of IPv4 or IPv6 networking to communicate
773 with that server.
774 .IP
775 If support for TI-RPC is built into the
776 .B mount.nfs
777 command,
778 .I netid
779 is a valid netid listed in
780 .IR /etc/netconfig .
781 Otherwise,
782 .I netid
783 is one of "tcp" or "udp," and only IPv4 may be used.
784 .IP
785 All NFS version 4 servers are required to support TCP,
786 so if this mount option is not specified, the NFS version 4 client
787 uses the TCP protocol.
788 Refer to the TRANSPORT METHODS section for more details.
789 .TP 1.5i
790 .BI port= n
791 The numeric value of the server's NFS service port.
792 If the server's NFS service is not available on the specified port,
793 the mount request fails.
794 .IP
795 If this mount option is not specified,
796 the NFS client uses the standard NFS port number of 2049
797 without first checking the server's rpcbind service.
798 This allows an NFS version 4 client to contact an NFS version 4
799 server through a firewall that may block rpcbind requests.
800 .IP
801 If the specified port value is 0,
802 then the NFS client uses the NFS service port number
803 advertised by the server's rpcbind service.
804 The mount request fails if the server's rpcbind service is not available,
805 the server's NFS service is not registered with its rpcbind service,
806 or the server's NFS service is not available on the advertised port.
807 .TP 1.5i
808 .BR intr " / " nointr
809 Selects whether to allow signals to interrupt file operations
810 on this mount point. If neither option is specified (or if
811 .B intr
812 is specified), system calls return EINTR if an in-progress NFS operation
813 is interrupted by a signal.  If
814 .B nointr
815 is specified, signals do not
816 interrupt NFS operations.
817 .IP
818 Using the
819 .B intr
820 option is preferred to using the
821 .B soft
822 option because it is significantly less likely to result in data corruption.
823 .IP
824 The
825 .BR intr " / " nointr
826 mount option is deprecated after kernel 2.6.25.
827 Only SIGKILL can interrupt a pending NFS operation on these kernels,
828 and if specified, this mount option is ignored to provide backwards
829 compatibility with older kernels.
830 .TP 1.5i
831 .BR cto " / " nocto
832 Selects whether to use close-to-open cache coherence semantics
833 for NFS directories on this mount point.
834 If neither
835 .B cto
836 nor
837 .B nocto
838 is specified,
839 the default is to use close-to-open cache coherence
840 semantics for directories.
841 .IP
842 File data caching behavior is not affected by this option.
843 The DATA AND METADATA COHERENCE section discusses
844 the behavior of this option in more detail.
845 .TP 1.5i
846 .BI clientaddr= n.n.n.n
847 Specifies a single IPv4 address (in dotted-quad form),
848 or a non-link-local IPv6 address,
849 that the NFS client advertises to allow servers
850 to perform NFS version 4 callback requests against
851 files on this mount point. If  the  server is unable to
852 establish callback connections to clients, performance
853 may degrade, or accesses to files may temporarily hang.
854 .IP
855 If this option is not specified, the
856 .BR mount (8)
857 command attempts to discover an appropriate callback address automatically.
858 The automatic discovery process is not perfect, however.
859 In the presence of multiple client network interfaces,
860 special routing policies,
861 or atypical network topologies,
862 the exact address to use for callbacks may be nontrivial to determine.
863 .SH nfs4 FILE SYSTEM TYPE
864 The
865 .BR nfs4
866 file system type is an old syntax for specifying NFSv4 usage. It can still 
867 be used with all NFSv4-specific and common options, excepted the
868 .B nfsvers
869 mount option.
870 .SH MOUNT CONFIGURATION FILE
871 If the mount command is configured to do so, all of the mount options 
872 described in the previous section can also be configured in the 
873 .I /etc/nfsmount.conf 
874 file. See 
875 .BR nfsmount.conf(5)
876 for details.
877 .SH EXAMPLES
878 To mount an export using NFS version 2,
879 use the
880 .B nfs
881 file system type and specify the
882 .B nfsvers=2
883 mount option.
884 To mount using NFS version 3,
885 use the
886 .B nfs
887 file system type and specify the
888 .B nfsvers=3
889 mount option.
890 To mount using NFS version 4,
891 use either the
892 .B nfs
893 file system type, with the
894 .B nfsvers=4
895 mount option, or the 
896 .B nfs4
897 file system type.
898 .P
899 The following example from an
900 .I /etc/fstab
901 file causes the mount command to negotiate
902 reasonable defaults for NFS behavior.
903 .P
904 .NF
905 .TA 2.5i +0.7i +0.7i +.7i
906         server:/export  /mnt    nfs     defaults        0 0
907 .FI
908 .P
909 Here is an example from an /etc/fstab file for an NFS version 2 mount over UDP.
910 .P
911 .NF
912 .TA 2.5i +0.7i +0.7i +.7i
913         server:/export  /mnt    nfs     nfsvers=2,proto=udp     0 0
914 .FI
915 .P
916 Try this example to mount using NFS version 4 over TCP
917 with Kerberos 5 mutual authentication.
918 .P
919 .NF
920 .TA 2.5i +0.7i +0.7i +.7i
921         server:/export  /mnt    nfs4    sec=krb5        0 0
922 .FI
923 .P
924 This example can be used to mount /usr over NFS.
925 .P
926 .NF
927 .TA 2.5i +0.7i +0.7i +.7i
928         server:/export  /usr    nfs     ro,nolock,nocto,actimeo=3600    0 0
929 .FI
930 .P
931 This example shows how to mount an NFS server
932 using a raw IPv6 link-local address.
933 .P
934 .NF
935 .TA 2.5i +0.7i +0.7i +.7i
936         [fe80::215:c5ff:fb3e:e2b1%eth0]:/export /mnt    nfs     defaults        0 0
937 .FI
938 .SH "TRANSPORT METHODS"
939 NFS clients send requests to NFS servers via
940 Remote Procedure Calls, or
941 .IR RPCs .
942 The RPC client discovers remote service endpoints automatically,
943 handles per-request authentication,
944 adjusts request parameters for different byte endianness on client and server,
945 and retransmits requests that may have been lost by the network or server.
946 RPC requests and replies flow over a network transport.
947 .P
948 In most cases, the
949 .BR mount (8)
950 command, NFS client, and NFS server
951 can automatically negotiate proper transport
952 and data transfer size settings for a mount point.
953 In some cases, however, it pays to specify
954 these settings explicitly using mount options.
955 .P
956 Traditionally, NFS clients used the UDP transport exclusively for
957 transmitting requests to servers.  Though its implementation is
958 simple, NFS over UDP has many limitations that prevent smooth
959 operation and good performance in some common deployment
960 environments.  Even an insignificant packet loss rate results in the
961 loss of whole NFS requests; as such, retransmit timeouts are usually
962 in the subsecond range to allow clients to recover quickly from
963 dropped requests, but this can result in extraneous network traffic
964 and server load.
965 .P
966 However, UDP can be quite effective in specialized settings where
967 the networks MTU is large relative to NFSs data transfer size (such
968 as network environments that enable jumbo Ethernet frames).  In such
969 environments, trimming the
970 .B rsize
971 and
972 .B wsize
973 settings so that each
974 NFS read or write request fits in just a few network frames (or even
975 in  a single  frame) is advised.  This reduces the probability that
976 the loss of a single MTU-sized network frame results in the loss of
977 an entire large read or write request.
978 .P
979 TCP is the default transport protocol used for all modern NFS
980 implementations.  It performs well in almost every conceivable
981 network environment and provides excellent guarantees against data
982 corruption caused by network unreliability.  TCP is often a
983 requirement for mounting a server through a network firewall.
984 .P
985 Under normal circumstances, networks drop packets much more
986 frequently than NFS servers drop requests.  As such, an aggressive
987 retransmit timeout  setting for NFS over TCP is unnecessary. Typical
988 timeout settings for NFS over TCP are between one and ten minutes.
989 After  the client exhausts its retransmits (the value of the
990 .B retrans
991 mount option), it assumes a network partition has occurred,
992 and attempts to reconnect to the server on a fresh socket. Since
993 TCP itself makes network data transfer reliable,
994 .B rsize
995 and
996 .B wsize
997 can safely be allowed to default to the largest values supported by
998 both client and server, independent of the network's MTU size.
999 .SS "Using the mountproto mount option"
1000 This section applies only to NFS version 2 and version 3 mounts
1001 since NFS version 4 does not use a separate protocol for mount
1002 requests.
1003 .P
1004 The Linux NFS client can use a different transport for
1005 contacting an NFS server's rpcbind service, its mountd service,
1006 its Network Lock Manager (NLM) service, and its NFS service.
1007 The exact transports employed by the Linux NFS client for
1008 each mount point depends on the settings of the transport
1009 mount options, which include
1010 .BR proto ,
1011 .BR mountproto ,
1012 .BR udp ", and " tcp .
1013 .P
1014 The client sends Network Status Manager (NSM) notifications
1015 via UDP no matter what transport options are specified, but
1016 listens for server NSM notifications on both UDP and TCP.
1017 The NFS Access Control List (NFSACL) protocol shares the same
1018 transport as the main NFS service.
1019 .P
1020 If no transport options are specified, the Linux NFS client
1021 uses UDP to contact the server's mountd service, and TCP to
1022 contact its NLM and NFS services by default.
1023 .P
1024 If the server does not support these transports for these services, the
1025 .BR mount (8)
1026 command attempts to discover what the server supports, and then retries
1027 the mount request once using the discovered transports.
1028 If the server does not advertise any transport supported by the client
1029 or is misconfigured, the mount request fails.
1030 If the
1031 .B bg
1032 option is in effect, the mount command backgrounds itself and continues
1033 to attempt the specified mount request.
1034 .P
1035 When the
1036 .B proto
1037 option, the
1038 .B udp
1039 option, or the
1040 .B tcp
1041 option is specified but the
1042 .B mountproto
1043 option is not, the specified transport is used to contact
1044 both the server's mountd service and for the NLM and NFS services.
1045 .P
1046 If the
1047 .B mountproto
1048 option is specified but none of the
1049 .BR proto ", " udp " or " tcp
1050 options are specified, then the specified transport is used for the
1051 initial mountd request, but the mount command attempts to discover
1052 what the server supports for the NFS protocol, preferring TCP if
1053 both transports are supported.
1054 .P
1055 If both the
1056 .BR mountproto " and " proto
1057 (or
1058 .BR udp " or " tcp )
1059 options are specified, then the transport specified by the
1060 .B mountproto
1061 option is used for the initial mountd request, and the transport
1062 specified by the
1063 .B proto
1064 option (or the
1065 .BR udp " or " tcp " options)"
1066 is used for NFS, no matter what order these options appear.
1067 No automatic service discovery is performed if these options are
1068 specified.
1069 .P
1070 If any of the
1071 .BR proto ", " udp ", " tcp ", "
1072 or
1073 .B mountproto
1074 options are specified more than once on the same mount command line,
1075 then the value of the rightmost instance of each of these options
1076 takes effect.
1077 .SH "DATA AND METADATA COHERENCE"
1078 Some modern cluster file systems provide
1079 perfect cache coherence among their clients.
1080 Perfect cache coherence among disparate NFS clients
1081 is expensive to achieve, especially on wide area networks.
1082 As such, NFS settles for weaker cache coherence that
1083 satisfies the requirements of most file sharing types. Normally,
1084 file sharing is completely sequential:
1085 first client A opens a file, writes something to it, then closes it;
1086 then client B opens the same file, and reads the changes.
1087 .DT
1088 .SS "Close-to-open cache consistency"
1089 When an application opens a file stored on an NFS server,
1090 the NFS client checks that it still exists on the server
1091 and is permitted to the opener by sending a GETATTR or ACCESS request.
1092 When the application closes the file,
1093 the NFS client writes back any pending changes
1094 to the file so that the next opener can view the changes.
1095 This also gives the NFS client an opportunity to report
1096 any server write errors to the application
1097 via the return code from
1098 .BR close (2).
1099 The behavior of checking at open time and flushing at close time
1100 is referred to as close-to-open cache consistency.
1101 .SS "Weak cache consistency"
1102 There are still opportunities for a client's data cache
1103 to contain stale data.
1104 The NFS version 3 protocol introduced "weak cache consistency"
1105 (also known as WCC) which provides a way of efficiently checking
1106 a file's attributes before and after a single request.
1107 This allows a client to help identify changes
1108 that could have been made by other clients.
1109 .P
1110 When a client is using many concurrent operations
1111 that update the same file at the same time
1112 (for example, during asynchronous write behind),
1113 it is still difficult to tell whether it was
1114 that client's updates or some other client's updates
1115 that altered the file.
1116 .SS "Attribute caching"
1117 Use the
1118 .B noac
1119 mount option to achieve attribute cache coherence
1120 among multiple clients.
1121 Almost every file system operation checks
1122 file attribute information.
1123 The client keeps this information cached
1124 for a period of time to reduce network and server load.
1125 When
1126 .B noac
1127 is in effect, a client's file attribute cache is disabled,
1128 so each operation that needs to check a file's attributes
1129 is forced to go back to the server.
1130 This permits a client to see changes to a file very quickly,
1131 at the cost of many extra network operations.
1132 .P
1133 Be careful not to confuse the
1134 .B noac
1135 option with "no data caching."
1136 The
1137 .B noac
1138 mount option prevents the client from caching file metadata,
1139 but there are still races that may result in data cache incoherence
1140 between client and server.
1141 .P
1142 The NFS protocol is not designed to support
1143 true cluster file system cache coherence
1144 without some type of application serialization.
1145 If absolute cache coherence among clients is required,
1146 applications should use file locking. Alternatively, applications
1147 can also open their files with the O_DIRECT flag
1148 to disable data caching entirely.
1149 .SS "Directory entry caching"
1150 The Linux NFS client caches the result of all NFS LOOKUP requests.
1151 If the requested directory entry exists on the server,
1152 the result is referred to as a
1153 .IR positive " lookup result.
1154 If the requested directory entry does not exist on the server
1155 (that is, the server returned ENOENT),
1156 the result is referred to as
1157 .IR negative " lookup result.
1158 .P
1159 To detect when directory entries have been added or removed
1160 on the server,
1161 the Linux NFS client watches a directory's mtime.
1162 If the client detects a change in a directory's mtime,
1163 the client drops all cached LOOKUP results for that directory.
1164 Since the directory's mtime is a cached attribute, it may
1165 take some time before a client notices it has changed.
1166 See the descriptions of the
1167 .BR acdirmin ", " acdirmax ", and " noac
1168 mount options for more information about
1169 how long a directory's mtime is cached.
1170 .P
1171 Caching directory entries improves the performance of applications that
1172 do not share files with applications on other clients.
1173 Using cached information about directories can interfere
1174 with applications that run concurrently on multiple clients and
1175 need to detect the creation or removal of files quickly, however.
1176 The
1177 .B lookupcache
1178 mount option allows some tuning of directory entry caching behavior.
1179 .P
1180 Before kernel release 2.6.28,
1181 the Linux NFS client tracked only positive lookup results.
1182 This permitted applications to detect new directory entries
1183 created by other clients quickly while still providing some of the
1184 performance benefits of caching.
1185 If an application depends on the previous lookup caching behavior
1186 of the Linux NFS client, you can use
1187 .BR lookupcache=positive .
1188 .P
1189 If the client ignores its cache and validates every application
1190 lookup request with the server,
1191 that client can immediately detect when a new directory
1192 entry has been either created or removed by another client.
1193 You can specify this behavior using
1194 .BR lookupcache=none .
1195 The extra NFS requests needed if the client does not
1196 cache directory entries can exact a performance penalty.
1197 Disabling lookup caching
1198 should result in less of a performance penalty than using
1199 .BR noac ,
1200 and has no effect on how the NFS client caches the attributes of files.
1201 .P
1202 .SS "The sync mount option"
1203 The NFS client treats the
1204 .B sync
1205 mount option differently than some other file systems
1206 (refer to
1207 .BR mount (8)
1208 for a description of the generic
1209 .B sync
1210 and
1211 .B async
1212 mount options).
1213 If neither
1214 .B sync
1215 nor
1216 .B async
1217 is specified (or if the
1218 .B async
1219 option is specified),
1220 the NFS client delays sending application
1221 writes to the server
1222 until any of these events occur:
1223 .IP
1224 Memory pressure forces reclamation of system memory resources.
1225 .IP
1226 An application flushes file data explicitly with
1227 .BR sync (2),
1228 .BR msync (2),
1229 or
1230 .BR fsync (3).
1231 .IP
1232 An application closes a file with
1233 .BR close (2).
1234 .IP
1235 The file is locked/unlocked via
1236 .BR fcntl (2).
1237 .P
1238 In other words, under normal circumstances,
1239 data written by an application may not immediately appear
1240 on the server that hosts the file.
1241 .P
1242 If the
1243 .B sync
1244 option is specified on a mount point,
1245 any system call that writes data to files on that mount point
1246 causes that data to be flushed to the server
1247 before the system call returns control to user space.
1248 This provides greater data cache coherence among clients,
1249 but at a significant performance cost.
1250 .P
1251 Applications can use the O_SYNC open flag to force application
1252 writes to individual files to go to the server immediately without
1253 the use of the
1254 .B sync
1255 mount option.
1256 .SS "Using file locks with NFS"
1257 The Network Lock Manager protocol is a separate sideband protocol
1258 used to manage file locks in NFS version 2 and version 3.
1259 To support lock recovery after a client or server reboot,
1260 a second sideband protocol --
1261 known as the Network Status Manager protocol --
1262 is also required.
1263 In NFS version 4,
1264 file locking is supported directly in the main NFS protocol,
1265 and the NLM and NSM sideband protocols are not used.
1266 .P
1267 In most cases, NLM and NSM services are started automatically,
1268 and no extra configuration is required.
1269 Configure all NFS clients with fully-qualified domain names
1270 to ensure that NFS servers can find clients to notify them of server reboots.
1271 .P
1272 NLM supports advisory file locks only.
1273 To lock NFS files, use
1274 .BR fcntl (2)
1275 with the F_GETLK and F_SETLK commands.
1276 The NFS client converts file locks obtained via
1277 .BR flock (2)
1278 to advisory locks.
1279 .P
1280 When mounting servers that do not support the NLM protocol,
1281 or when mounting an NFS server through a firewall
1282 that blocks the NLM service port,
1283 specify the
1284 .B nolock
1285 mount option. NLM locking must be disabled with the
1286 .B nolock
1287 option when using NFS to mount
1288 .I /var
1289 because
1290 .I /var
1291 contains files used by the NLM implementation on Linux.
1292 .P
1293 Specifying the
1294 .B nolock
1295 option may also be advised to improve the performance
1296 of a proprietary application which runs on a single client
1297 and uses file locks extensively.
1298 .SS "NFS version 4 caching features"
1299 The data and metadata caching behavior of NFS version 4
1300 clients is similar to that of earlier versions.
1301 However, NFS version 4 adds two features that improve
1302 cache behavior:
1303 .I change attributes
1304 and
1305 .IR "file delegation" .
1306 .P
1307 The
1308 .I change attribute
1309 is a new part of NFS file and directory metadata
1310 which tracks data changes.
1311 It replaces the use of a file's modification
1312 and change time stamps
1313 as a way for clients to validate the content
1314 of their caches.
1315 Change attributes are independent of the time stamp
1316 resolution on either the server or client, however.
1317 .P
1318 A
1319 .I file delegation
1320 is a contract between an NFS version 4 client
1321 and server that allows the client to treat a file temporarily
1322 as if no other client is accessing it.
1323 The server promises to notify the client (via a callback request) if another client
1324 attempts to access that file.
1325 Once a file has been delegated to a client, the client can
1326 cache that file's data and metadata aggressively without
1327 contacting the server.
1328 .P
1329 File delegations come in two flavors:
1330 .I read
1331 and
1332 .IR write .
1333 A
1334 .I read
1335 delegation means that the server notifies the client
1336 about any other clients that want to write to the file.
1337 A
1338 .I write
1339 delegation means that the client gets notified about
1340 either read or write accessors.
1341 .P
1342 Servers grant file delegations when a file is opened,
1343 and can recall delegations at any time when another
1344 client wants access to the file that conflicts with
1345 any delegations already granted.
1346 Delegations on directories are not supported.
1347 .P
1348 In order to support delegation callback, the server
1349 checks the network return path to the client during
1350 the client's initial contact with the server.
1351 If contact with the client cannot be established,
1352 the server simply does not grant any delegations to
1353 that client.
1354 .SH "SECURITY CONSIDERATIONS"
1355 NFS servers control access to file data,
1356 but they depend on their RPC implementation
1357 to provide authentication of NFS requests.
1358 Traditional NFS access control mimics
1359 the standard mode bit access control provided in local file systems.
1360 Traditional RPC authentication uses a number
1361 to represent each user
1362 (usually the user's own uid),
1363 a number to represent the user's group (the user's gid),
1364 and a set of up to 16 auxiliary group numbers
1365 to represent other groups of which the user may be a member.
1366 .P
1367 Typically, file data and user ID values appear unencrypted
1368 (i.e. "in the clear") on the network.
1369 Moreover, NFS versions 2 and 3 use
1370 separate sideband protocols for mounting,
1371 locking and unlocking files,
1372 and reporting system status of clients and servers.
1373 These auxiliary protocols use no authentication.
1374 .P
1375 In addition to combining these sideband protocols with the main NFS protocol,
1376 NFS version 4 introduces more advanced forms of access control,
1377 authentication, and in-transit data protection.
1378 The NFS version 4 specification mandates NFSv4 ACLs,
1379 RPCGSS authentication, and RPCGSS security flavors
1380 that provide per-RPC integrity checking and encryption.
1381 Because NFS version 4 combines the
1382 function of the sideband protocols into the main NFS protocol,
1383 the new security features apply to all NFS version 4 operations
1384 including mounting, file locking, and so on.
1385 RPCGSS authentication can also be used with NFS versions 2 and 3,
1386 but does not protect their sideband protocols.
1387 .P
1388 The
1389 .B sec
1390 mount option specifies the RPCGSS security mode
1391 that is in effect on a given NFS mount point.
1392 Specifying
1393 .B sec=krb5
1394 provides cryptographic proof of a user's identity in each RPC request.
1395 This provides strong verification of the identity of users
1396 accessing data on the server.
1397 Note that additional configuration besides adding this mount option
1398 is required in order to enable Kerberos security.
1399 Refer to the
1400 .BR rpc.gssd (8)
1401 man page for details.
1402 .P
1403 Two additional flavors of Kerberos security are supported:
1404 .B krb5i
1405 and
1406 .BR krb5p .
1407 The
1408 .B krb5i
1409 security flavor provides a cryptographically strong guarantee
1410 that the data in each RPC request has not been tampered with.
1411 The
1412 .B krb5p
1413 security flavor encrypts every RPC request
1414 to prevent data exposure during network transit; however,
1415 expect some performance impact
1416 when using integrity checking or encryption.
1417 Similar support for other forms of cryptographic security (such as lipkey and SPKM3)
1418 is also available.
1419 .P
1420 The NFS version 4 protocol allows
1421 clients and servers to negotiate among multiple security flavors
1422 during mount processing.
1423 However, Linux does not yet implement such negotiation.
1424 The Linux client specifies a single security flavor at mount time
1425 which remains in effect for the lifetime of the mount.
1426 If the server does not support this flavor,
1427 the initial mount request is rejected by the server.
1428 .SS "Using non-privileged source ports"
1429 NFS clients usually communicate with NFS servers via network sockets.
1430 Each end of a socket is assigned a port value, which is simply a number
1431 between 1 and 65535 that distinguishes socket endpoints at the same
1432 IP address.
1433 A socket is uniquely defined by a tuple that includes the transport
1434 protocol (TCP or UDP) and the port values and IP addresses of both
1435 endpoints.
1436 .P
1437 The NFS client can choose any source port value for its sockets,
1438 but usually chooses a
1439 .I privileged
1440 port.
1441 A privileged port is a port value less than 1024.
1442 Only a process with root privileges may create a socket
1443 with a privileged source port.
1444 .P
1445 The exact range of privileged source ports that can be chosen is
1446 set by a pair of sysctls to avoid choosing a well-known port, such as
1447 the port used by ssh.
1448 This means the number of source ports available for the NFS client,
1449 and therefore the number of socket connections that can be used
1450 at the same time,
1451 is practically limited to only a few hundred.
1452 .P
1453 As described above, the traditional default NFS authentication scheme,
1454 known as AUTH_SYS, relies on sending local UID and GID numbers to identify
1455 users making NFS requests.
1456 An NFS server assumes that if a connection comes from a privileged port,
1457 the UID and GID numbers in the NFS requests on this connection have been
1458 verified by the client's kernel or some other local authority.
1459 This is an easy system to spoof, but on a trusted physical network between
1460 trusted hosts, it is entirely adequate.
1461 .P
1462 Roughly speaking, one socket is used for each NFS mount point.
1463 If a client could use non-privileged source ports as well,
1464 the number of sockets allowed,
1465 and thus the maximum number of concurrent mount points,
1466 would be much larger.
1467 .P
1468 Using non-privileged source ports may compromise server security somewhat,
1469 since any user on AUTH_SYS mount points can now pretend to be any other
1470 when making NFS requests.
1471 Thus NFS servers do not support this by default.
1472 They explicitly allow it usually via an export option.
1473 .P
1474 To retain good security while allowing as many mount points as possible,
1475 it is best to allow non-privileged client connections only if the server
1476 and client both require strong authentication, such as Kerberos.
1477 .SS "Mounting through a firewall"
1478 A firewall may reside between an NFS client and server,
1479 or the client or server may block some of its own ports via IP
1480 filter rules.
1481 It is still possible to mount an NFS server through a firewall,
1482 though some of the
1483 .BR mount (8)
1484 command's automatic service endpoint discovery mechanisms may not work; this
1485 requires you to provide specific endpoint details via NFS mount options.
1486 .P
1487 NFS servers normally run a portmapper or rpcbind daemon to advertise
1488 their service endpoints to clients. Clients use the rpcbind daemon to determine:
1489 .IP
1490 What network port each RPC-based service is using
1491 .IP
1492 What transport protocols each RPC-based service supports
1493 .P
1494 The rpcbind daemon uses a well-known port number (111) to help clients find a service endpoint.
1495 Although NFS often uses a standard port number (2049),
1496 auxiliary services such as the NLM service can choose
1497 any unused port number at random.
1498 .P
1499 Common firewall configurations block the well-known rpcbind port.
1500 In the absense of an rpcbind service,
1501 the server administrator fixes the port number
1502 of NFS-related services so that the firewall
1503 can allow access to specific NFS service ports.
1504 Client administrators then specify the port number
1505 for the mountd service via the
1506 .BR mount (8)
1507 command's
1508 .B mountport
1509 option.
1510 It may also be necessary to enforce the use of TCP or UDP
1511 if the firewall blocks one of those transports.
1512 .SS "NFS Access Control Lists"
1513 Solaris allows NFS version 3 clients direct access
1514 to POSIX Access Control Lists stored in its local file systems.
1515 This proprietary sideband protocol, known as NFSACL,
1516 provides richer access control than mode bits.
1517 Linux implements this protocol
1518 for compatibility with the Solaris NFS implementation.
1519 The NFSACL protocol never became a standard part
1520 of the NFS version 3 specification, however.
1521 .P
1522 The NFS version 4 specification mandates a new version
1523 of Access Control Lists that are semantically richer than POSIX ACLs.
1524 NFS version 4 ACLs are not fully compatible with POSIX ACLs; as such,
1525 some translation between the two is required
1526 in an environment that mixes POSIX ACLs and NFS version 4.
1527 .SH FILES
1528 .TP 1.5i
1529 .I /etc/fstab
1530 file system table
1531 .SH BUGS
1532 The generic
1533 .B remount
1534 option is not fully supported.
1535 Generic options, such as
1536 .BR rw " and " ro
1537 can be modified using the
1538 .B remount
1539 option,
1540 but NFS-specific options are not all supported.
1541 The underlying transport or NFS version
1542 cannot be changed by a remount, for example.
1543 Performing a remount on an NFS file system mounted with the
1544 .B noac
1545 option may have unintended consequences.
1546 The
1547 .B noac
1548 option is a mixture of a generic option,
1549 .BR sync ,
1550 and an NFS-specific option
1551 .BR actimeo=0 .
1552 .P
1553 Before 2.4.7, the Linux NFS client did not support NFS over TCP.
1554 .P
1555 Before 2.4.20, the Linux NFS client used a heuristic
1556 to determine whether cached file data was still valid
1557 rather than using the standard close-to-open cache coherency method
1558 described above.
1559 .P
1560 Starting with 2.4.22, the Linux NFS client employs
1561 a Van Jacobsen-based RTT estimator to determine retransmit
1562 timeout values when using NFS over UDP.
1563 .P
1564 Before 2.6.0, the Linux NFS client did not support NFS version 4.
1565 .P
1566 Before 2.6.8, the Linux NFS client used only synchronous reads and writes
1567 when the
1568 .BR rsize " and " wsize
1569 settings were smaller than the system's page size.
1570 .P
1571 The Linux NFS client does not yet support
1572 certain optional features of the NFS version 4 protocol,
1573 such as security negotiation, server referrals, and named attributes.
1574 .SH "SEE ALSO"
1575 .BR fstab (5),
1576 .BR mount (8),
1577 .BR umount (8),
1578 .BR mount.nfs (5),
1579 .BR umount.nfs (5),
1580 .BR exports (5),
1581 .BR netconfig (5),
1582 .BR ipv6 (7),
1583 .BR nfsd (8),
1584 .BR sm-notify (8),
1585 .BR rpc.statd (8),
1586 .BR rpc.idmapd (8),
1587 .BR rpc.gssd (8),
1588 .BR rpc.svcgssd (8),
1589 .BR kerberos (1)
1590 .sp
1591 RFC 768 for the UDP specification.
1592 .br
1593 RFC 793 for the TCP specification.
1594 .br
1595 RFC 1094 for the NFS version 2 specification.
1596 .br
1597 RFC 1813 for the NFS version 3 specification.
1598 .br
1599 RFC 1832 for the XDR specification.
1600 .br
1601 RFC 1833 for the RPC bind specification.
1602 .br
1603 RFC 2203 for the RPCSEC GSS API protocol specification.
1604 .br
1605 RFC 3530 for the NFS version 4 specification.