fsclean(1M)
NAME
fsclean − determine shutdown status of specified file system
SYNOPSIS
/etc/fsclean [-q] [-v] [special ...]
DESCRIPTION
fsclean determines the shutdown status of the the file system specified by special or, in the absence of special, the file systems listed in /etc/checklist of type rw or ro. All optional fields in /etc/checklist must be present for fsclean to be able to check each file system.
fsclean reads the super block to determine whether the file system’s last shutdown was done correctly, and returns one of the following values:
0 All of the checked file systems were shut down correctly.
1 One or more checked file systems were not shut down correctly, implying that fsck should be run (see fsck(1M)).
2 Other error (such as cannot open the specified device file).
The fsclean command is usually silent.
Options:
-q (check quotas) Instead of checking the file system shutdown status, fsclean checks the validity of disk quota statistics. Only /etc/checklist entries of type hfs with the rw (or default) and quota options are checked. This option is useful for determining whether quotacheck should be run (see quotacheck(1M)).
-v Be verbose. Prints the status of each file system checked.
AUTHOR
fsclean was developed by HP.
FILES
/etc/checklist
SEE ALSO
brc(1M), dumpfs(1M), fsck(1M), mount(1M), quotacheck(1M), reboot(1M), checklist(4).
Hewlett-Packard Company — HP-UX Release 9.0: August 1992