Configuring basic quota for XFS filesystem

From Notes_Wiki
Revision as of 18:37, 17 August 2018 by Saurabh (talk | contribs)

<yambe:breadcrumb>Configuring disk quota|Configuring disk quota</yambe:breadcrumb>

Configuring basic quota for XFS filesystem

  1. Edit /etc/fstab for corresponding partition and add option 'uquota'
  2. The use 'xfs_quota -x' command to see and edit quotas.
  3. Use 'help limit' on xfs_quota prompt to understand how to set quota limits and set quota for desired user.
  4. 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.