HPlogo HP-UX Reference > Q

quotaon(1M)

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

Technical documentation

 » Table of Contents

 » Index

NAME

quotaon, quotaoff — turn HFS file system quotas on and off

SYNOPSIS

/usr/sbin/quotaon [-v] filesystem ...

/usr/sbin/quotaon [-v] -a

/usr/sbin/quotaoff [-v] filesystem ...

/usr/sbin/quotaoff [-v] -a

Remarks

These commands are provided for compatibility only. Their use is neither required nor recommended because mount and umount enable and disable quotas cleanly (see mount(1M)). See WARNINGS below for more information.

DESCRIPTION

The quotaon command enables quotas on one or more HFS file systems.

The quotaoff command disables quotas on one or more HFS file systems.

filesystem is either the name of the mount point of the file system, or the name of the block device containing the file system. The file systems specified must be currently mounted in order to turn quotas on or off. Also, the file system quota file, quotas, must be present in the root directory of each specified file system.

These commands will update the appropriate entries in /etc/mnttab to indicate that quotas are on or off for each file system.

When enabling quotas interactively after boot time, the quotacheck command should be run immediately afterward (see WARNINGS below).

Use mount (see mount(1M)) to determine whether quotas are enabled on mounted file systems.

Options

The following options affect the behavior described above.

-a

Obtain the filesystem list from /etc/fstab, using entries of type hfs and rw (or default) with the quota option (see fstab(4)).

-v

Generate a message for each file system affected.

EXTERNAL INFLUENCES

Environment Variables

LC_MESSAGES determines the language in which messages are displayed.

If LC_MESSAGES is not specified in the environment or is set to the empty string, the value of LANG is used as a default for each unspecified or empty variable. If LANG is not specified or is set to the empty string, a default of "C" (see lang(5)) is used instead of LANG.

If any internationalization variable contains an invalid setting, quotaon behaves as if all internationalization variables are set to "C". See environ(5).

International Code Set Support

Single- and multi-byte character code sets are supported.

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 superblock NOT_OK (see fsclean(1M)). 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, the 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/fstab

Static information about the file systems

/etc/mnttab

Mount file system table

directory/quotas

Quota statistics storage for the file system, where directory is the root of the file system as specified to the mount command (see mount(1M)).