[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    quotacheck(1M) manual page Table of Contents

Name

quotacheck - ufs file system quota consistency checker

Synopsis

quotacheck [ -p ] [ -v ] filesystem...
quotacheck -a [ -pv ]

Availability

SUNWcsu

Description

quotacheck examines each mounted ufs file system, builds a table of current disk usage, and compares this table against the information stored in the file system’s disk quota file. If any inconsistencies are detected, both the quota file and the current system copy of the incorrect quotas are updated.

filesystem is either a file system mount point or the block device on which the file system resides.

quotacheck expects each file system to be checked to have a quota file named quotas in the root directory. If none is present, quotacheck will not check the file system.

quotacheck accesses the character special device in calculating the actual disk usage for each user. Thus, the file systems that are checked should be quiescent while quotacheck is running.

Options

-p
Check quotas of file systems in parallel.
-v
Indicate the calculated disk quotas for each user on a particular file system. quotacheck normally reports only those quotas modified.
-a
Check the file systems which /etc/mnttab indicates are ufs file systems. These file systems must be read-write mounted with disk quotas enabled, and have an rq entry in the mntopts field in /etc/vfstab.

Files

/etc/mnttab
mounted file systems
/etc/vfstab
list of default parameters for each file system

See Also

edquota(1M) , quota(1M) , quotaon(1M) , repquota(1M) , quotactl(7I)


Table of Contents