quotaon | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
NAME | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
SYNOPSIS | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
/sbin/quotaoff
[
-vugp
]
[
-x
state
]
filesystem...
/sbin/quotaoff
[
-avugp
]
DESCRIPTION | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
quotaon | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
quotaon announces to the system that disk quotas should be enabled on one or more filesystems. The filesystem quota files must be present in the root directory of the specified filesystem and be named either aquota.user (for version 2 user quota), quota.user (for version 1 user quota), aquota.group (for version 2 group quota), or quota.group (for version 1 group quota).
XFS filesystems are a special case - XFS considers quota information as filesystem metadata and uses journaling to provide a higher level guarantee of consistency. There are two components to the XFS disk quota system: accounting and limit enforcement. XFS filesystems require that quota accounting be turned on at mount time. It is possible to enable and disable limit enforcement on an XFS filesystem after quota accounting is already turned on. The default is to turn on both accounting and enforcement.
The XFS quota implementation does not maintain quota information in user-visible files, but rather stores this information internally.
quotaoff | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
quotaoff announces to the system that the specified filesystems should have any disk quotas turned off.
OPTIONS | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
quotaon | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
quotaoff | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
NOTES ON XFS FILESYSTEMS | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
Turning on quotas on an XFS root filesystem requires the quota mount options be passed into the kernel at boot time through the Linux rootflags boot option.
To turn off quota limit enforcement on any XFS filesystem, first make sure that quota accounting and enforcement are both turned on using repquota -v filesystem. Then, use quotaoff -v filesystem to disable limit enforcement. This may be done while the filesystem is mounted.
Turning on quota limit enforcement on an XFS filesystem is achieved using quotaon -v filesystem. This may be done while the filesystem is mounted.
FILES | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
SEE ALSO | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
Sommaire | Début | Suivant | Sommaire | Préc.page.lue | Accueil |
Table des mots clés | Début | Suivant | Sommaire | Préc.page.lue | Accueil |
-a, --all | quotaoff |
-F, --format=format-name | quotaoff |
-f, --off | quotaon |
-g, --group | quotaoff |
-p, --print-state | quotaoff |
-u, --user | quotaoff |
-v, --verbose | quotaoff |
-x, --xfs-command delete | quotaoff |
-x, --xfs-command enforce | quotaoff |
/etc/fstab | FILES |
aquota.user or aquota.group | FILES |
quota.user or quota.group | FILES |