Print this page
6198 Let's EOL cachefs

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/mount_nfs.1m
          +++ new/usr/src/man/man1m/mount_nfs.1m
   1    1  '\" te
   2    2  .\" Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved
        3 +.\" Copyright 2015 Nexenta Systems, Inc. All rights reserved.
   3    4  .\" Copyright 1989 AT&T
   4    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.
   5    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
   6    7  .\" 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 +.TH MOUNT_NFS 1M "Sep 8, 2015"
   8    9  .SH NAME
   9   10  mount_nfs \- mount remote NFS resources
  10   11  .SH SYNOPSIS
  11   12  .LP
  12   13  .nf
  13   14  \fBmount\fR [\fB-F\fR nfs] [\fIgeneric_options\fR] [\fB-o\fR \fIspecific_options\fR] [\fB-O\fR] \fIresource\fR
  14   15  .fi
  15   16  
  16   17  .LP
  17   18  .nf
↓ open down ↓ 873 lines elided ↑ open up ↑
 891  892  obsolete with multi-threaded processing, which transparently performs parallel
 892  893  read-ahead and write-behind.
 893  894  .sp
 894  895  .LP
 895  896  Since the root \fB(\fR/\fB)\fR file system is mounted read-only by the kernel
 896  897  during the boot process, only the \fBremount\fR option (and options that can be
 897  898  used in conjunction with \fBremount\fR) affect the root (\fB/\fR) entry in the
 898  899  \fB/etc/vfstab\fR file.
 899  900  .sp
 900  901  .LP
 901      -\fBmount_cachefs\fR cannot be used with replicated NFS mounts or any NFS
 902      -Version 4 mount.
 903      -.sp
 904      -.LP
 905  902  The NFS client service is managed by the service management facility,
 906  903  \fBsmf\fR(5), under the service identifier:
 907  904  .sp
 908  905  .in +2
 909  906  .nf
 910  907  svc:/network/nfs/client:default
 911  908  .fi
 912  909  .in -2
 913  910  .sp
 914  911  
 915  912  .sp
 916  913  .LP
 917  914  Administrative actions on this service, such as enabling, disabling, or
 918  915  requesting restart, can be performed using \fBsvcadm\fR(1M). The service's
 919  916  status can be queried using the \fBsvcs\fR(1) command.
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX