checkall(1M)
NAME
checkall − faster file system checking procedure
SYNOPSIS
/etc/checkall
DESCRIPTION
The checkall procedure is a prototype and must be modified to suit local conditions. The following will serve as an example:
# check the root file system by itself
fsck /dev/dsk/0s0
# check all file systems in /etc/fstab
fsck -p
The above example will look at /etc/fstab, and will perform parallel checks accordingly.
SEE ALSO
CX/UX Administrator’s Reference