Enabling Disk Quotas on File Systems
Disk quota types are enabled at mount by specifying a mount option.
Mount Option | Description |
---|---|
|
Enable group quotas. Report usage, but don't enforce usage limits. |
|
Enable group quotas and enforce usage limits. |
|
Enable project quotas. Report usage, but don't enforce usage limits. |
|
Enable project quotas and enforce usage limits. |
|
Enable user quotas. Report usage, but don't enforce usage limits. |
|
Enable user quotas and enforce usage limits. |
Mounting a File System With Quotas Enabled
Mount a file system from the command line with a quota type enabled.
/etc/fstab
or the entry doesn't include a quota option, you can enable
the quota option when you mount the file system from the command line.