HP-UX Reference (11i v2 07/12) - 1M System Administration Commands A-M (vol 3)

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).
590 Hewlett-Packard Company 2 HP-UX 11i Version 2: December 2007 Update