quotacheck_vxfs(1M) quotacheck_vxfs(1M)
NAME [Toc] [Back]
quotacheck_vxfs: quotacheck - VxFS file system quota consistency
checker
SYNOPSIS [Toc] [Back]
quotacheck [-F vxfs] [-pPv] [-V] filesystem...
quotacheck [-F vxfs] [-pPv] [-V] -a
DESCRIPTION [Toc] [Back]
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 [Toc] [Back]
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|-P This option does nothing, but exists for standards
compatibility.
-v Report the file system name before synchronizing quotas
from current system copy to the disk quota file.
-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. If the options
are not valid, -V prints an error message. This option
allows the user to verify the command line.
Operands [Toc] [Back]
quotacheck recognizes the following operand:
filesystem
A mount point or block special device
AUTHOR [Toc] [Back]
quotacheck was developed by HP and the University of California,
Hewlett-Packard Company - 1 - HP-UX 11i Version 2: August 2003
quotacheck_vxfs(1M) quotacheck_vxfs(1M)
Berkeley.
FILES [Toc] [Back]
/etc/fstab Default file systems
root_directory/quotas
Quota statistics static storage for file system
where root_directory is the file system root as
specified to mount (see mount(1M)).
SEE ALSO [Toc] [Back]
mount(1M), mount_vxfs(1M), quotacheck(1M), quota(5).
Hewlett-Packard Company - 2 - HP-UX 11i Version 2: August 2003 [ Back ] |