Difference between revisions of "Configuring basic quota for XFS filesystem"
From Notes_Wiki
m |
m |
||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Filesystem configuration]] > [[Configuring disk quota]] > [[Configuring basic quota for XFS filesystem]] | |||
#Edit /etc/fstab for corresponding partition and add option '<tt>uquota</tt>' | #Edit /etc/fstab for corresponding partition and add option '<tt>uquota</tt>' | ||
Line 9: | Line 8: | ||
Refer to https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/xfsquota.html and various help and man pages for more details. | Refer to https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/xfsquota.html and various help and man pages for more details. | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Filesystem configuration]] > [[Configuring disk quota]] > [[Configuring basic quota for XFS filesystem]] |
Latest revision as of 13:29, 14 July 2022
Home > CentOS > CentOS 6.x > Filesystem configuration > Configuring disk quota > Configuring basic quota for XFS filesystem
- Edit /etc/fstab for corresponding partition and add option 'uquota'
- The use 'xfs_quota -x' command to see and edit quotas.
- Use 'help limit' on xfs_quota prompt to understand how to set quota limits and set quota for desired user.
- Use 'report' to see report of current usage and limits
Refer to https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/xfsquota.html and various help and man pages for more details.
Home > CentOS > CentOS 6.x > Filesystem configuration > Configuring disk quota > Configuring basic quota for XFS filesystem