The software described in this documentation is either in Extended Support or Sustaining Support. See https://www.oracle.com/us/support/library/enterprise-linux-support-policies-069172.pdf for more information.
Oracle recommends that you upgrade the software described by this documentation as soon as possible.
Uncontrolled system shutdowns can lead to inaccuracies in disk quota reports.
To rebuild the quota database for a file system:
Disable disk quotas for the file system:
#
quotaoff -guvfilesystemUnmount the file system:
#
umountfilesystemEnter the following command to rebuild the quota databases:
#
quotacheck -guvfilesystemMount the file system:
#
mountfilesystemEnable disk quotas for the file system:
#
quotaoff -guvfilesystem
For more information, see the quotacheck(8)
manual page.

