Print this page
6198 Let's EOL cachefs
   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


 881 \fBlofs\fR(7FS).
 882 .sp
 883 .LP
 884 If the directory on which a file system is to be mounted is a symbolic link,
 885 the file system is mounted on \fBthe directory to which the symbolic link
 886 refers,\fR rather than being mounted on top of the symbolic link itself.
 887 .sp
 888 .LP
 889 SunOS 4.x used the \fBbiod\fR maintenance procedure to perform parallel
 890 read-ahead and write-behind on \fBNFS\fR clients. SunOS 5.x made \fBbiod\fR
 891 obsolete with multi-threaded processing, which transparently performs parallel
 892 read-ahead and write-behind.
 893 .sp
 894 .LP
 895 Since the root \fB(\fR/\fB)\fR file system is mounted read-only by the kernel
 896 during the boot process, only the \fBremount\fR option (and options that can be
 897 used in conjunction with \fBremount\fR) affect the root (\fB/\fR) entry in the
 898 \fB/etc/vfstab\fR file.
 899 .sp
 900 .LP
 901 \fBmount_cachefs\fR cannot be used with replicated NFS mounts or any NFS
 902 Version 4 mount.
 903 .sp
 904 .LP
 905 The NFS client service is managed by the service management facility,
 906 \fBsmf\fR(5), under the service identifier:
 907 .sp
 908 .in +2
 909 .nf
 910 svc:/network/nfs/client:default
 911 .fi
 912 .in -2
 913 .sp
 914 
 915 .sp
 916 .LP
 917 Administrative actions on this service, such as enabling, disabling, or
 918 requesting restart, can be performed using \fBsvcadm\fR(1M). The service's
 919 status can be queried using the \fBsvcs\fR(1) command.
   1 '\" te
   2 .\" Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved
   3 .\" Copyright 2015 Nexenta Systems, Inc. All rights reserved.
   4 .\" Copyright 1989 AT&T
   5 .\" 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.
   6 .\" 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
   7 .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   8 .TH MOUNT_NFS 1M "Sep 8, 2015"
   9 .SH NAME
  10 mount_nfs \- mount remote NFS resources
  11 .SH SYNOPSIS
  12 .LP
  13 .nf
  14 \fBmount\fR [\fB-F\fR nfs] [\fIgeneric_options\fR] [\fB-o\fR \fIspecific_options\fR] [\fB-O\fR] \fIresource\fR
  15 .fi
  16 
  17 .LP
  18 .nf
  19 \fBmount\fR [\fB-F\fR nfs] [\fIgeneric_options\fR] [\fB-o\fR \fIspecific_options\fR] [\fB-O\fR] \fImount_point\fR
  20 .fi
  21 
  22 .LP
  23 .nf
  24 \fBmount\fR [\fB-F\fR nfs] [\fIgeneric_options\fR] [\fB-o\fR \fIspecific_options\fR]
  25      [\fB-O\fR] \fIresource\fR \fImount_point\fR
  26 .fi
  27 
  28 .SH DESCRIPTION


 882 \fBlofs\fR(7FS).
 883 .sp
 884 .LP
 885 If the directory on which a file system is to be mounted is a symbolic link,
 886 the file system is mounted on \fBthe directory to which the symbolic link
 887 refers,\fR rather than being mounted on top of the symbolic link itself.
 888 .sp
 889 .LP
 890 SunOS 4.x used the \fBbiod\fR maintenance procedure to perform parallel
 891 read-ahead and write-behind on \fBNFS\fR clients. SunOS 5.x made \fBbiod\fR
 892 obsolete with multi-threaded processing, which transparently performs parallel
 893 read-ahead and write-behind.
 894 .sp
 895 .LP
 896 Since the root \fB(\fR/\fB)\fR file system is mounted read-only by the kernel
 897 during the boot process, only the \fBremount\fR option (and options that can be
 898 used in conjunction with \fBremount\fR) affect the root (\fB/\fR) entry in the
 899 \fB/etc/vfstab\fR file.
 900 .sp
 901 .LP




 902 The NFS client service is managed by the service management facility,
 903 \fBsmf\fR(5), under the service identifier:
 904 .sp
 905 .in +2
 906 .nf
 907 svc:/network/nfs/client:default
 908 .fi
 909 .in -2
 910 .sp
 911 
 912 .sp
 913 .LP
 914 Administrative actions on this service, such as enabling, disabling, or
 915 requesting restart, can be performed using \fBsvcadm\fR(1M). The service's
 916 status can be queried using the \fBsvcs\fR(1) command.