Print this page
6198 Let's EOL cachefs

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/automount.1m.man.txt
          +++ new/usr/src/man/man1m/automount.1m.man.txt
↓ open down ↓ 108 lines elided ↑ open up ↑
 109  109  
 110  110           key [ -mount-options ] location ...
 111  111  
 112  112  
 113  113  
 114  114  
 115  115         where key is the full pathname of the directory to mount when used in a
 116  116         direct map, or the simple name of a subdirectory in an indirect map.
 117  117         mount-options is a comma-separated list of mount options, and location
 118  118         specifies a file system from which the directory may be mounted.  In
 119      -       the case of a simple NFS mount, the options that can be used are as
      119 +       the case of a simple NFS mount, the options that can be used are
 120  120         specified in mount_nfs(1M), and location takes the form:
 121  121  
 122  122           host:pathname
 123  123  
 124  124  
 125  125  
 126  126  
 127  127         host is the name of the host from which to mount the file system, and
 128  128         pathname is the absolute pathname of the directory to mount.
 129  129  
 130  130  
 131      -       Options to other file systems are documented on the other mount_*
 132      -       reference manual pages, for example, mount_cachefs(1M).
      131 +       Options to other file systems are documented in the other mount_*
      132 +       reference manual pages.
 133  133  
 134  134     Replicated File Systems
 135  135         Multiple location fields can be specified for replicated NFS file
 136  136         systems, in which case automount and the kernel will each try to use
 137  137         that information to increase availability. If the read-only flag is set
 138  138         in the map entry, automountd mounts a list of locations that the kernel
 139  139         may use, sorted by several criteria. Only locations available at mount
 140  140         time will be mounted, and thus be available to the kernel. When a
 141  141         server does not respond, the kernel will switch to an alternate server.
 142  142         The sort ordering of automount is used to determine how the next server
↓ open down ↓ 169 lines elided ↑ open up ↑
 312  312         or to perform an autofs mount:
 313  313  
 314  314           src -fstype=autofs    auto_src
 315  315  
 316  316  
 317  317  
 318  318  
 319  319         Use this procedure only if you are not using Volume Manager.
 320  320  
 321  321  
 322      -       Mounts using CacheFS are most useful when applied to an entire map as
 323      -       map defaults. The following entry in the master map describes cached
 324      -       home directory mounts. It assumes the default location of the cache
 325      -       directory, /cache.
 326      -
 327      -         /home auto_home -fstype =cachefs,backfstype=nfs
 328      -
 329      -
 330      -
 331      -
 332  322         See the  NOTES section for information on option inheritance.
 333  323  
 334  324     Indirect Maps
 335  325         An indirect map allows you to specify mappings for the subdirectories
 336  326         you wish to mount under the directory indicated on the command line. In
 337  327         an indirect map, each key consists of a simple name that refers to one
 338  328         or more file systems that are to be mounted as needed.
 339  329  
 340  330     Direct Maps
 341  331         Entries in a direct map are associated directly with autofs mount
↓ open down ↓ 137 lines elided ↑ open up ↑
 479  469                                automount and automountd. See autofs(4).
 480  470  
 481  471  
 482  472         /etc/nsswitch.conf
 483  473                                Name service switch configuration file. See
 484  474                                nsswitch.conf(4).
 485  475  
 486  476  
 487  477  SEE ALSO
 488  478         isainfo(1), ls(1), svcs(1), uname(1), automountd(1M), mount(1M),
 489      -       mount_cachefs( 1M), mount_nfs(1M), svcadm(1M), autofs(4),
 490      -       attributes(5), nfssec(5), smf(5)
      479 +       mount_nfs(1M), svcadm(1M), autofs(4), attributes(5), nfssec(5), smf(5)
 491  480  
 492  481  
 493  482  
 494  483  NOTES
 495  484         autofs mount points must not be hierarchically related. automount does
 496  485         not allow an autofs mount point to be created within another autofs
 497  486         mount.
 498  487  
 499  488  
 500  489         Since each direct map entry results in a new autofs mount such maps
↓ open down ↓ 42 lines elided ↑ open up ↑
 543  532  
 544  533  
 545  534  
 546  535  
 547  536         Administrative actions on this service, such as enabling, disabling, or
 548  537         requesting restart, can be performed using svcadm(1M). The service's
 549  538         status can be queried using the svcs(1) command.
 550  539  
 551  540  
 552  541  
 553      -                                March 28, 2008                   AUTOMOUNT(1M)
      542 +                               September 8, 2015                 AUTOMOUNT(1M)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX