HP-UX Reference (11i v1 00/12) - 1M System Administration Commands A-M (vol 3)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1m/!!!intro.1m
________________________________________________________________
___ ___
m
mount_cachefs(1M) mount_cachefs(1M)
suid | nosuid
Allow (default) or disallow set-uid execution.
acregmin=n Specifies that cached attributes are held for at least n seconds after file modification. After
n seconds, CacheFS checks to see if the file modification time on the back file system has
changed. If it has, all information about the file is purged from the cache and new data is
retrieved from the back file system. The default value is 30 seconds.
acregmax=n Specifies that cached attributes are held for no more than n seconds after file modification.
After n seconds, all file information is purged from the cache. The default value is 30
seconds.
acdirmin=n Specifies that cached attributes are held for at least n seconds after directory update. After
n seconds, CacheFS checks to see if the directory modification time on the back file system
has changed. If it has, all information about the directory is purged from the cache and
new data is retrieved from the back file system. The default value is 30 seconds.
acdirmax=n Specifies that cached attributes are held for no more than n seconds after directory update.
After n seconds, all directory information is purged from the cache. The default value is 30
seconds.
actimeo=n Sets acregmin, acregmax, acdirmin, and
acdirmax to n.
EXAMPLES
The following example CacheFS-mounts the file system
server1:/user2, which is already NFS-
mounted on
/usr/abc as /xyz.
example# mount -F cachefs -o backfstype=nfs,backpath=/usr/abc,
cachedir=/cache1 server1:/user2 /xyz
The lines similar to the following appear in the /etc/mnttab file after the mount command is executed:
server1:/user2 /usr/abc nfs
/usr/abc /cache1/xyz cachefs backfstype=nfs
AUTHOR
mount_cachefs was developed by Sun Microsystems, Inc.
SEE ALSO
cfsadmin(1M), fsck_cachefs(1M), mount(1M).
Section 1M−−498 − 2 − HP-UX Release 11i: December 2000
___
___