quotaon(1M)
NAME
quotaon, quotaoff − turn file system quotas on and off
SYNOPSIS
/etc/quotaon [-v] file_system ...
/etc/quotaon [-v] -a
/etc/quotaoff [-v] file_system ...
/etc/quotaoff [-v] -a
Remarks
These commands are provided for compatibility only. Their use is generally neither required nor recommended because mount and umount enable and disable quotas cleanly (see mount(1M) and umount(1M)). See WARNINGS below for more information.
DESCRIPTION
quotaon announces to the system that disc quotas should be enabled on one or more file systems. file_system is the name of either the directory on which the file system is mounted or the block special device. The file systems specified must have entries in /etc/checklist and be mounted at the time. The file system quota file, named quotas, must be present in the root directory of each specified file system.
When enabling quotas interactively after boot time, the quotacheck command should be run first (see Remarks above and WARNINGS below).
quotaoff announces to the system that file systems specified should have any disc quotas turned off.
Use mount to determine the current state of quotas on mounted file systems.
Options
The following options are recognized:
-v Obtain the file_system list from /etc/checklist of type rw with the quota option (see checklist(4)).
-a Generate a message for each file system affected.
WARNINGS
Using quotaoff to disable quotas on a file system causes the system to discontinue tracking quotas for that file system, and marks the quota clean flag in the super block NOT_OK. This, in turn, forces a quotacheck the next time the system is booted. Since quotas are enabled and disabled cleanly by mount and umount anyway, use of quotaon and quotaoff is generally discouraged.
AUTHOR
Disk quotas were developed by the University of California, Berkeley, Sun Microsystems, Inc., and HP.
FILES
/etc/checklist file system table
/etc/mnttab mount table
directory/quotas quota statistics storage for file system where directory is the root of the file system as specified to mount.
SEE ALSO
Hewlett-Packard Company — HP-UX Release 9.10: April 1995