xref: /illumos-gate/usr/src/man/man8/quotaon.8 (revision bbf21555)
te
Copyright (c) 2000, Sun Microsystems, Inc. All Rights Reserved
Copyright 1989 AT&T
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
QUOTAON 8 "Sep 16, 1996"
NAME
quotaon, quotaoff - turn ufs file system quotas on and off
SYNOPSIS

quotaon [-v] filesystem...

quotaon -a [-v]

quotaoff [-v] filesystem...

quotaoff -a [-v]
DESCRIPTION

quotaon turns on disk quotas for one or more ufs file systems.

Before a file system may have quotas enabled, a file named quotas, owned by root, must exist in the root directory of the file system. See edquota(8) for details on how to modify the contents of this file.

quotaoff turns off disk quotas for one or more ufs file systems.

The file systems specified must already be mounted.

These commands update the mntopts field of the appropriate entries in /etc/mnttab to indicate when quotas are on or off for each file system. If quotas are on, the string quota will be added to mntopts; if quotas are off, the quota string is not present.

filesystem must be either the mount point of a file system, or the block device on which the file system resides.

OPTIONS
"quotaon"
-a

This option is normally used at boot time to enable quotas. It applies only to those file systems in /etc/vfstab which have ``rq'' in the mntopts field, are currently mounted ``rw'', and have a quotas file in the root directory.

-v

Display a message for each file system after quotas are turned on.

"quotaoff"
-a

Force all file systems in /etc/mnttab to have their quotas disabled.

-v

Display a message for each file system affected.

USAGE

See largefile(7) for the description of the behavior of quotaon and quotaoff when encountering files greater than or equal to 2 Gbyte ( 2^31 bytes).

FILES
/etc/mnttab

mounted file systems

/etc/vfstab

list of default parameters for each file system

SEE ALSO

quotactl (4I), mnttab (5), vfstab (5), attributes (7), largefile (7), edquota (8), quota (8), quotacheck (8), repquota (8)