Print this page
5956 orientate is not a word
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Marcel Telka <marcel@telka.sk>
   1 '\" te
   2 .\" Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved
   3 .\" Copyright 1989 AT&T
   4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
   5 .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the
   6 .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7 .TH MOUNT_NFS 1M "Jul 26, 2009"
   8 .SH NAME
   9 mount_nfs \- mount remote NFS resources
  10 .SH SYNOPSIS
  11 .LP
  12 .nf
  13 \fBmount\fR [\fB-F\fR nfs] [\fIgeneric_options\fR] [\fB-o\fR \fIspecific_options\fR] [\fB-O\fR] \fIresource\fR
  14 .fi
  15 
  16 .LP
  17 .nf
  18 \fBmount\fR [\fB-F\fR nfs] [\fIgeneric_options\fR] [\fB-o\fR \fIspecific_options\fR] [\fB-O\fR] \fImount_point\fR
  19 .fi
  20 
  21 .LP
  22 .nf
  23 \fBmount\fR [\fB-F\fR nfs] [\fIgeneric_options\fR] [\fB-o\fR \fIspecific_options\fR]
  24      [\fB-O\fR] \fIresource\fR \fImount_point\fR
  25 .fi
  26 
  27 .SH DESCRIPTION


 399 .ad
 400 .sp .6
 401 .RS 4n
 402 The number of times to retry the \fBmount\fR operation. The default for the
 403 \fBmount\fR command is \fB10000\fR.
 404 .sp
 405 The default for the automounter is \fB0\fR, in other words, do not retry. You
 406 might find it useful to increase this value on heavily loaded servers, where
 407 automounter traffic is dropped, causing unnecessary server not responding
 408 errors.
 409 .RE
 410 
 411 .sp
 412 .ne 2
 413 .na
 414 \fB\fBrsize=\fR\fIn\fR\fR
 415 .ad
 416 .sp .6
 417 .RS 4n
 418 Set the read buffer size to a maximum of \fIn\fR bytes. The default value is
 419 \fB1048576\fR when using connection-orientated transports with Version 3 or
 420 Version 4 of the \fBNFS\fR protocol, and \fB32768\fR when using connection-less
 421 transports. The default can be negotiated down if the server prefers a smaller
 422 transfer size. "\fBRead\fR" operations may not necessarily use the maximum
 423 buffer size. When using Version 2, the default value is \fB32768\fR for all
 424 transports.
 425 .RE
 426 
 427 .sp
 428 .ne 2
 429 .na
 430 \fB\fBsec=\fR\fImode\fR\fR
 431 .ad
 432 .sp .6
 433 .RS 4n
 434 Set the security \fImode\fR for \fBNFS\fR transactions. If \fBsec=\fR is not
 435 specified, then the default action is to use \fBAUTH_SYS\fR over \fBNFS\fR
 436 Version 2 mounts, use a user-configured default \fBauth\fR over NFS version 3
 437 mounts, or to  negotiate a mode over Version 4 mounts.
 438 .sp
 439 The preferred mode for NFS Version 3 mounts is the default mode specified in


 481 \fB\fBvers=\fR\fINFS version number\fR\fR
 482 .ad
 483 .sp .6
 484 .RS 4n
 485 By default, the version of \fBNFS\fR protocol used between the client and the
 486 server is the highest one available on both systems. The default maximum for
 487 the client is Version 4. This can be changed by setting the
 488 \fBNFS_CLIENT_VERSMAX\fR parameter in \fB/etc/default/nfs\fR to a valid version
 489 (2, 3, or 4). If the \fBNFS\fR server does not support the client's default
 490 maximum, the next lowest version attempted until a matching version is found.
 491 .RE
 492 
 493 .sp
 494 .ne 2
 495 .na
 496 \fB\fBwsize=\fR\fIn\fR\fR
 497 .ad
 498 .sp .6
 499 .RS 4n
 500 Set the write buffer size to a maximum of \fIn\fR bytes. The default value is
 501 \fB1048576\fR when using connection-orientated transports with Version 3 or
 502 Version 4 of the \fBNFS\fR protocol, and \fB32768\fR when using connection-less
 503 transports. The default can be negotiated down if the server prefers a smaller
 504 transfer size. "\fBWrite\fR" operations may not necessarily use the maximum
 505 buffer size. When using Version 2, the default value is \fB32768\fR for all
 506 transports.
 507 .RE
 508 
 509 .sp
 510 .ne 2
 511 .na
 512 \fB\fBxattr\fR | \fBnoxattr\fR\fR
 513 .ad
 514 .sp .6
 515 .RS 4n
 516 Allow or disallow the creation and manipulation of extended attributes. The
 517 default is \fBxattr\fR. See \fBfsattr\fR(5) for a description of extended
 518 attributes.
 519 .RE
 520 
 521 .RE


   1 '\" te
   2 .\" Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved
   3 .\" Copyright 1989 AT&T
   4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
   5 .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the
   6 .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7 .TH MOUNT_NFS 1M "Jun 3, 2015"
   8 .SH NAME
   9 mount_nfs \- mount remote NFS resources
  10 .SH SYNOPSIS
  11 .LP
  12 .nf
  13 \fBmount\fR [\fB-F\fR nfs] [\fIgeneric_options\fR] [\fB-o\fR \fIspecific_options\fR] [\fB-O\fR] \fIresource\fR
  14 .fi
  15 
  16 .LP
  17 .nf
  18 \fBmount\fR [\fB-F\fR nfs] [\fIgeneric_options\fR] [\fB-o\fR \fIspecific_options\fR] [\fB-O\fR] \fImount_point\fR
  19 .fi
  20 
  21 .LP
  22 .nf
  23 \fBmount\fR [\fB-F\fR nfs] [\fIgeneric_options\fR] [\fB-o\fR \fIspecific_options\fR]
  24      [\fB-O\fR] \fIresource\fR \fImount_point\fR
  25 .fi
  26 
  27 .SH DESCRIPTION


 399 .ad
 400 .sp .6
 401 .RS 4n
 402 The number of times to retry the \fBmount\fR operation. The default for the
 403 \fBmount\fR command is \fB10000\fR.
 404 .sp
 405 The default for the automounter is \fB0\fR, in other words, do not retry. You
 406 might find it useful to increase this value on heavily loaded servers, where
 407 automounter traffic is dropped, causing unnecessary server not responding
 408 errors.
 409 .RE
 410 
 411 .sp
 412 .ne 2
 413 .na
 414 \fB\fBrsize=\fR\fIn\fR\fR
 415 .ad
 416 .sp .6
 417 .RS 4n
 418 Set the read buffer size to a maximum of \fIn\fR bytes. The default value is
 419 \fB1048576\fR when using connection-oriented transports with Version 3 or
 420 Version 4 of the \fBNFS\fR protocol, and \fB32768\fR when using connection-less
 421 transports. The default can be negotiated down if the server prefers a smaller
 422 transfer size. "\fBRead\fR" operations may not necessarily use the maximum
 423 buffer size. When using Version 2, the default value is \fB32768\fR for all
 424 transports.
 425 .RE
 426 
 427 .sp
 428 .ne 2
 429 .na
 430 \fB\fBsec=\fR\fImode\fR\fR
 431 .ad
 432 .sp .6
 433 .RS 4n
 434 Set the security \fImode\fR for \fBNFS\fR transactions. If \fBsec=\fR is not
 435 specified, then the default action is to use \fBAUTH_SYS\fR over \fBNFS\fR
 436 Version 2 mounts, use a user-configured default \fBauth\fR over NFS version 3
 437 mounts, or to  negotiate a mode over Version 4 mounts.
 438 .sp
 439 The preferred mode for NFS Version 3 mounts is the default mode specified in


 481 \fB\fBvers=\fR\fINFS version number\fR\fR
 482 .ad
 483 .sp .6
 484 .RS 4n
 485 By default, the version of \fBNFS\fR protocol used between the client and the
 486 server is the highest one available on both systems. The default maximum for
 487 the client is Version 4. This can be changed by setting the
 488 \fBNFS_CLIENT_VERSMAX\fR parameter in \fB/etc/default/nfs\fR to a valid version
 489 (2, 3, or 4). If the \fBNFS\fR server does not support the client's default
 490 maximum, the next lowest version attempted until a matching version is found.
 491 .RE
 492 
 493 .sp
 494 .ne 2
 495 .na
 496 \fB\fBwsize=\fR\fIn\fR\fR
 497 .ad
 498 .sp .6
 499 .RS 4n
 500 Set the write buffer size to a maximum of \fIn\fR bytes. The default value is
 501 \fB1048576\fR when using connection-oriented transports with Version 3 or
 502 Version 4 of the \fBNFS\fR protocol, and \fB32768\fR when using connection-less
 503 transports. The default can be negotiated down if the server prefers a smaller
 504 transfer size. "\fBWrite\fR" operations may not necessarily use the maximum
 505 buffer size. When using Version 2, the default value is \fB32768\fR for all
 506 transports.
 507 .RE
 508 
 509 .sp
 510 .ne 2
 511 .na
 512 \fB\fBxattr\fR | \fBnoxattr\fR\fR
 513 .ad
 514 .sp .6
 515 .RS 4n
 516 Allow or disallow the creation and manipulation of extended attributes. The
 517 default is \fBxattr\fR. See \fBfsattr\fR(5) for a description of extended
 518 attributes.
 519 .RE
 520 
 521 .RE