|
1.
|
|
|
turn filesystem quota off, both accounting and enforcement
Example:
'off -uv' (switch off user quota on the current filesystem)
This command is the equivalent of the traditional quotaoff command,
which disables quota completely on a mounted filesystem.
Note that there is no 'on' command - for XFS filesystems (with the
exception of the root filesystem on IRIX) quota can only be enabled
at mount time, through the use of one of the quota mount options.
The state command is useful for displaying the current state. Using
the -v (verbose) option with the 'off' command will display the quota
state for the affected filesystem once the operation is complete.
The affected quota type is -g (groups), -p (projects) or -u (users)
and defaults to user quota (multiple types can be specified).
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
.././quota/state.c:21
|
|
2.
|
|
|
query the state of quota on the current filesystem
This is a verbose status command, reporting whether or not accounting
and/or enforcement are enabled for a filesystem, which inodes are in
use as the quota state inodes, and how many extents and blocks are
presently being used to hold that information.
The quota type is specified via -g (groups), -p (projects) or -u (users)
and defaults to user quota (multiple types can be specified).
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
.././quota/state.c:44
|
|
3.
|
|
|
enable quota enforcement on a filesystem
If a filesystem is mounted and has quota accounting enabled, but not
quota enforcement, enforcement can be enabled with this command.
With the -v (verbose) option, the status of the filesystem will be
reported after the operation is complete.
The affected quota type is -g (groups), -p (projects) or -u (users)
and defaults to user quota (multiple types can be specified).
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
.././quota/state.c:60
|
|
4.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
.././quota/state.c:76
|
|
5.
|
|
|
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
.././quota/state.c:90
|
|
6.
|
|
|
%s quota state on %s ( %s )
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
.././quota/state.c:109
|
|
7.
|
|
|
Accounting: %s
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
.././quota/state.c:111
|
|
8.
|
|
|
ON
|
|
|
|
(no translation yet)
|
|
|
|
Located in
.././quota/state.c:111 .././quota/state.c:112
|
|
9.
|
|
|
OFF
|
|
|
|
(no translation yet)
|
|
|
|
Located in
.././quota/state.c:111 .././quota/state.c:112
|
|
10.
|
|
|
Enforcement: %s
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
.././quota/state.c:112
|