Print this page
6198 Let's EOL cachefs

@@ -114,11 +114,11 @@
 
        where key 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.
        mount-options is a comma-separated list of mount options, and location
        specifies a file system from which the directory may be mounted.  In
-       the case of a simple NFS mount, the options that can be used are as
+       the case of a simple NFS mount, the options that can be used are
        specified in mount_nfs(1M), and location takes the form:
 
          host:pathname
 
 

@@ -126,12 +126,12 @@
 
        host is the name of the host from which to mount the file system, and
        pathname is the absolute pathname of the directory to mount.
 
 
-       Options to other file systems are documented on the other mount_*
-       reference manual pages, for example, mount_cachefs(1M).
+       Options to other file systems are documented in the other mount_*
+       reference manual pages.
 
    Replicated File Systems
        Multiple location fields can be specified for replicated NFS file
        systems, in which case automount and the kernel will each try to use
        that information to increase availability. If the read-only flag is set

@@ -317,20 +317,10 @@
 
 
        Use this procedure only if you are not using Volume Manager.
 
 
-       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, /cache.
-
-         /home auto_home -fstype =cachefs,backfstype=nfs
-
-
-
-
        See the  NOTES section for information on option inheritance.
 
    Indirect Maps
        An indirect map allows you to specify mappings for the subdirectories
        you wish to mount under the directory indicated on the command line. In

@@ -484,12 +474,11 @@
                               nsswitch.conf(4).
 
 
 SEE ALSO
        isainfo(1), ls(1), svcs(1), uname(1), automountd(1M), mount(1M),
-       mount_cachefs( 1M), mount_nfs(1M), svcadm(1M), autofs(4),
-       attributes(5), nfssec(5), smf(5)
+       mount_nfs(1M), svcadm(1M), autofs(4), attributes(5), nfssec(5), smf(5)
 
 
 
 NOTES
        autofs mount points must not be hierarchically related. automount does

@@ -548,6 +537,6 @@
        requesting restart, can be performed using svcadm(1M). The service's
        status can be queried using the svcs(1) command.
 
 
 
-                                March 28, 2008                   AUTOMOUNT(1M)
+                               September 8, 2015                 AUTOMOUNT(1M)