man pages section 1M: System Administration Commands
  Search only this book
View this book in:
Download this book in PDF (8966 KB)

fsck_cachefs(1M)

Name | Synopsis | Description | Options | Examples | Attributes | See Also

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.This utility corrects any CacheFS problems 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 fsck_cachefs 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

Attributes

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

    ATTRIBUTE TYPE 

    ATTRIBUTE VALUE 

    Availability 

    SUNWcsu 

See Also

SunOS 5.10  Last Revised 9 Oct 2002

Name | Synopsis | Description | Options | Examples | Attributes | See Also