Print this page
5956 orientate is not a word
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Marcel Telka <marcel@telka.sk>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/mount_nfs.1m.man.txt
          +++ new/usr/src/man/man1m/mount_nfs.1m.man.txt
↓ open down ↓ 250 lines elided ↑ open up ↑
 251  251                 for the mount command is 10000.
 252  252  
 253  253                 The default for the automounter is 0, in other words, do not
 254  254                 retry. You might find it useful to increase this value on
 255  255                 heavily loaded servers, where automounter traffic is dropped,
 256  256                 causing unnecessary server not responding errors.
 257  257  
 258  258  
 259  259             rsize=n
 260  260                 Set the read buffer size to a maximum of n bytes. The default
 261      -               value is 1048576 when using connection-orientated transports
 262      -               with Version 3 or Version 4 of the NFS protocol, and 32768 when
      261 +               value is 1048576 when using connection-oriented transports with
      262 +               Version 3 or Version 4 of the NFS protocol, and 32768 when
 263  263                 using connection-less transports. The default can be negotiated
 264  264                 down if the server prefers a smaller transfer size. "Read"
 265  265                 operations may not necessarily use the maximum buffer size.
 266  266                 When using Version 2, the default value is 32768 for all
 267  267                 transports.
 268  268  
 269  269  
 270  270             sec=mode
 271  271                 Set the security mode for NFS transactions. If sec= is not
 272  272                 specified, then the default action is to use AUTH_SYS over NFS
↓ open down ↓ 36 lines elided ↑ open up ↑
 309  309                 and the server is the highest one available on both systems.
 310  310                 The default maximum for the client is Version 4. This can be
 311  311                 changed by setting the NFS_CLIENT_VERSMAX parameter in
 312  312                 /etc/default/nfs to a valid version (2, 3, or 4). If the NFS
 313  313                 server does not support the client's default maximum, the next
 314  314                 lowest version attempted until a matching version is found.
 315  315  
 316  316  
 317  317             wsize=n
 318  318                 Set the write buffer size to a maximum of n bytes. The default
 319      -               value is 1048576 when using connection-orientated transports
 320      -               with Version 3 or Version 4 of the NFS protocol, and 32768 when
      319 +               value is 1048576 when using connection-oriented transports with
      320 +               Version 3 or Version 4 of the NFS protocol, and 32768 when
 321  321                 using connection-less transports. The default can be negotiated
 322  322                 down if the server prefers a smaller transfer size. "Write"
 323  323                 operations may not necessarily use the maximum buffer size.
 324  324                 When using Version 2, the default value is 32768 for all
 325  325                 transports.
 326  326  
 327  327  
 328  328             xattr | noxattr
 329  329                 Allow or disallow the creation and manipulation of extended
 330  330                 attributes. The default is xattr. See fsattr(5) for a
↓ open down ↓ 297 lines elided ↑ open up ↑
 628  628  
 629  629  
 630  630  
 631  631  
 632  632         Administrative actions on this service, such as enabling, disabling, or
 633  633         requesting restart, can be performed using svcadm(1M). The service's
 634  634         status can be queried using the svcs(1) command.
 635  635  
 636  636  
 637  637  
 638      -                                 July 26, 2009                   MOUNT_NFS(1M)
      638 +                                 June 3, 2015                    MOUNT_NFS(1M)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX