Print this page
6198 Let's EOL cachefs

@@ -1,12 +1,13 @@
 '\" te
 .\" Copyright 1989 AT&T
 .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved
+.\" Copyright 2015 Nexenta Systems, Inc. All rights reserved.
 .\" 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.  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 fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH AUTOMOUNT 1M "Mar 28, 2008"
+.TH AUTOMOUNT 1M "Sep 8, 2015"
 .SH NAME
 automount \- install automatic mount points
 .SH SYNOPSIS
 .LP
 .nf

@@ -139,11 +140,11 @@
 .LP
 where \fBkey\fR is the full pathname of the directory to mount when used in a
 direct map, or the simple name of a subdirectory in an indirect map.
 \fImount-options\fR is a comma-separated list of \fBmount\fR options, and
 \fIlocation\fR specifies a file system from which the directory may be mounted.
-In the case of a simple \fBNFS\fR mount, the options that can be used are as
+In the case of a simple \fBNFS\fR mount, the options that can be used are
 specified in \fBmount_nfs\fR(1M), and \fIlocation\fR takes the form:
 .sp
 .in +2
 .nf
 \fIhost\fR\fB:\|\fR\fIpathname\fR

@@ -155,12 +156,12 @@
 .LP
 \fIhost\fR is the name of the host from which to mount the file system, and
 \fIpathname\fR is the absolute pathname of the directory to mount.
 .sp
 .LP
-Options to other file systems are documented on the other \fBmount_*\fR
-reference manual pages, for example, \fBmount_cachefs\fR(1M).
+Options to other file systems are documented in the other \fBmount_*\fR
+reference manual pages.
 .SS "Replicated File Systems"
 .sp
 .LP
 Multiple \fIlocation\fR fields can be specified for replicated \fBNFS\fR file
 systems, in which case \fBautomount\fR and the kernel will each try to use that

@@ -401,23 +402,10 @@
 .sp
 .LP
 Use this procedure only if you are not using Volume Manager.
 .sp
 .LP
-Mounts using CacheFS are most useful when applied to an entire map as map
-defaults. The following entry in the master map describes cached home directory
-mounts. It assumes the default location of the cache directory, \fB/cache\fR.
-.sp
-.in +2
-.nf
-\fB/home auto_home\fR \fB-fstype\fR \fB=cachefs,backfstype=nfs\fR
-.fi
-.in -2
-.sp
-
-.sp
-.LP
 See the  \fBNOTES\fR section for information on option inheritance.
 .SS "Indirect Maps"
 .sp
 .LP
 An indirect map allows you to specify mappings for the subdirectories you wish

@@ -629,12 +617,12 @@
 
 .SH SEE ALSO
 .sp
 .LP
 \fBisainfo\fR(1), \fBls\fR(1), \fBsvcs\fR(1), \fBuname\fR(1),
-\fBautomountd\fR(1M), \fBmount\fR(1M), \fBmount_cachefs\fR( 1M),
-\fBmount_nfs\fR(1M), \fBsvcadm\fR(1M), \fBautofs\fR(4), \fBattributes\fR(5),
+\fBautomountd\fR(1M), \fBmount\fR(1M), \fBmount_nfs\fR(1M),
+\fBsvcadm\fR(1M), \fBautofs\fR(4), \fBattributes\fR(5),
 \fBnfssec\fR(5), \fBsmf\fR(5)
 .sp
 .LP
 \fI\fR
 .SH NOTES