HPlogo HP-UX Reference > Q

quotacheck_vxfs(1M)

HP-UX 11i Version 2: December 2007 Update
» 

Technical documentation

 » Table of Contents

 » Index

NAME

quotacheck_vxfs: quotacheck — VxFS file system quota consistency checker

SYNOPSIS

quotacheck [-F vxfs] [-pPv] [-V] filesystem...

quotacheck [-F vxfs] [-pPv] [-V] -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|-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

quotacheck recognizes the following operand:

filesystem

A mount point or block special device

AUTHOR

quotacheck was developed by HP and the University of California, Berkeley.

FILES

/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)).