System Administration Commands fsckcachefs(1M)
NAME
fsckcachefs - check integrity of data cached with CacheFS
SYNOPSIS
fsck -F cachefs [-m] [-o noclean] cachedirectory
DESCRIPTION
The CacheFS version of the fsck command checks the integrity
of a cache directory.This utility corrects any CacheFS prob-
lems it finds by default. 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/vfstab file. See
vfstab(4).
OPTIONS
The following options are supported:
-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
Example 1 Using fsckcachefs to Force a Check on the Cache
Directory
The following example forces a check on the cache directory
/cache3:
example% fsck -F cachefs -o noclean /cache3
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsu
SunOS 5.11 Last change: 9 Oct 2002 1
System Administration Commands fsckcachefs(1M)
SEE ALSO
cfsadmin(1M), fsck(1M), mountcachefs(1M), vfstab(4), attri-
butes(5)
SunOS 5.11 Last change: 9 Oct 2002 2
|