fsck_cachefs — Check Integrity of Data Cached with CacheFS

Synopsis

/usr/sbin/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/vfstab file (see vfstab(4)).

Options

-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
					

Attributes

See attributes(5) for descriptions of the following ...

Get Solaris™ 8 System Administrator's Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.