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
________________________________________________________________
___ ___
f
fsck_cachefs(1M) fsck_cachefs(1M)
NAME
fsck_cachefs - check integrity of data cached with CacheFS
SYNOPSIS
fsck -F cachefs [ -m | -o noclean ] cache_directory
DESCRIPTION
The CacheFS version of the fsck command checks the integrity of a cache directory. By default it
corrects any CacheFS problems it finds. There is no interactive mode. The most likely invocation of fsck
for CacheFS file systems is at boot time from an entry in the /etc/fstab file.
Options
Two command line options are available:
-m Check, but do not repair.
-o noclean Force a check on the cache even if there is no reason to suspect there is a problem.
EXAMPLES
The following example forces a check on the cache directory
/cache3:
fsck -F cachefs -o noclean /cache3
AUTHOR
fsck_cachefs was developed by Sun Microsystems, Inc.
SEE ALSO
cfsadmin(1M), fsck(1M), mount_cachefs(1M).
Section 1M254 1 HP-UX Release 11i: December 2000
___
___