Lines 28-34
Link Here
|
28 |
.\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95 |
28 |
.\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95 |
29 |
.\" $FreeBSD$ |
29 |
.\" $FreeBSD$ |
30 |
.\" |
30 |
.\" |
31 |
.Dd October 30, 2014 |
31 |
.Dd September 10, 2016 |
32 |
.Dt MOUNT_NFS 8 |
32 |
.Dt MOUNT_NFS 8 |
33 |
.Os |
33 |
.Os |
34 |
.Sh NAME |
34 |
.Sh NAME |
Lines 183-190
Link Here
|
183 |
If this is set to 0 it disables positive name caching for the mount point. |
183 |
If this is set to 0 it disables positive name caching for the mount point. |
184 |
.It Cm negnametimeo Ns = Ns Aq Ar value |
184 |
.It Cm negnametimeo Ns = Ns Aq Ar value |
185 |
Override the default of NFS_DEFAULT_NEGNAMETIMEO for the timeout (in seconds) |
185 |
Override the default of NFS_DEFAULT_NEGNAMETIMEO for the timeout (in seconds) |
186 |
for negative name cache entries. If this is set to 0 it disables negative |
186 |
for negative name cache entries. |
187 |
name caching for the mount point. |
187 |
If this is set to 0 it disables negative name caching for the mount point. |
188 |
.It Cm nfsv2 |
188 |
.It Cm nfsv2 |
189 |
Use the NFS Version 2 protocol (the default is to try version 3 first |
189 |
Use the NFS Version 2 protocol (the default is to try version 3 first |
190 |
then version 2). |
190 |
then version 2). |
Lines 262-268
Link Here
|
262 |
that are dirty. |
262 |
that are dirty. |
263 |
This reduces the number of writes significantly for software |
263 |
This reduces the number of writes significantly for software |
264 |
builds. |
264 |
builds. |
265 |
The merging of byte ranges isn't done if the file has been file |
265 |
The merging of byte ranges is not done if the file has been file |
266 |
locked, since most applications modifying a file from multiple |
266 |
locked, since most applications modifying a file from multiple |
267 |
clients will use file locking. |
267 |
clients will use file locking. |
268 |
As such, this option could result in a corrupted file for the |
268 |
As such, this option could result in a corrupted file for the |
Lines 271-278
Link Here
|
271 |
.It Cm principal |
271 |
.It Cm principal |
272 |
For the RPCSEC_GSS security flavors, such as krb5, krb5i and krb5p, |
272 |
For the RPCSEC_GSS security flavors, such as krb5, krb5i and krb5p, |
273 |
this option sets the name of the host based principal name expected |
273 |
this option sets the name of the host based principal name expected |
274 |
by the server. This option overrides the default, which will be |
274 |
by the server. |
275 |
``nfs@<server-fqdn>'' and should normally be sufficient. |
275 |
This option overrides the default, which will be ``nfs@<server-fqdn>'' |
|
|
276 |
and should normally be sufficient. |
276 |
.It Cm noresvport |
277 |
.It Cm noresvport |
277 |
Do |
278 |
Do |
278 |
.Em not |
279 |
.Em not |
Lines 515-520
Link Here
|
515 |
.Xr nfsd 8 , |
516 |
.Xr nfsd 8 , |
516 |
.Xr nfsiod 8 , |
517 |
.Xr nfsiod 8 , |
517 |
.Xr showmount 8 |
518 |
.Xr showmount 8 |
|
|
519 |
.Sh HISTORY |
520 |
A version of the |
521 |
.Nm |
522 |
utility appeared in |
523 |
.Bx 4.4 . |
518 |
.Sh BUGS |
524 |
.Sh BUGS |
519 |
Since nfsv4 performs open/lock operations that have their ordering strictly |
525 |
Since nfsv4 performs open/lock operations that have their ordering strictly |
520 |
enforced by the server, the options |
526 |
enforced by the server, the options |