NAME
quotacheck — VxFS file system quota consistency checker
SYNOPSIS
/usr/sbin/quotacheck
[-F
vxfs]
[-V]
[-pPv]
filesystem...
/usr/sbin/quotacheck
[-F
vxfs]
[-V]
[-pPv]
-a
DESCRIPTION
Because VxFS
maintains
quota information in the kernel,
quotacheck
for VxFS
synchronizes quotas from the current system copy to the
disk quota file for the
specified VxFS file system.
quotacheck
requires that each file system it checks has a file named
quotas
in the root directory.
quotacheck
is typically run at mount time from a start-up script.
filesystem
is a mount point or block special device
(e.g.,
/dev/dsk/c0t0d0).
Options
quotacheck
recognizes the following options:
- -a
Check the file systems listed in the
/etc/fstab
file.
Checks only mounted
rw
type file systems with the
quota
option.
- -F vxfs
Specify the file-system type
vxfs.
- -p
This option does nothing, but exists for standards
compatibility.
- -P
This option does nothing, but exists for standards
compatibility.
- -V
Echo the completed command line, but do not execute the command.
The command line is generated by incorporating the
user-specified options and other information derived from
/etc/fstab.
This option allows the user to verify the command line.
- -v
Report the file system name before synchronizing quotas from
current system copy to the disk quota file.
AUTHOR
quotacheck
was developed by HP and the University of California, Berkeley.
FILES
- /etc/fstab
Default file systems
- directory/quotas
Quota statistics static storage for file system where
directory
is the file system root as specified to
mount
(see
mount(1M)).