Disk Quotas: Difference between revisions
Jump to navigation
Jump to search
m (Including shares) |
(asdf) |
||
Line 6: | Line 6: | ||
xfs_quota -xc help | xfs_quota -xc help | ||
group quotas | |||
xfs_quota -xc 'limit -g bsoft=35t bhard=36t bks' /srv/work | |||
Also see the website: [https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/xfsquota.html] | Also see the website: [https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/xfsquota.html] | ||
[[Category:Sysadmin]] | [[Category:Sysadmin]] |
Revision as of 17:40, 25 January 2017
Quota management on (new) XFS disks (Including /nfs/work and /raidb):
xfs_quota -xc 'limit bsoft=1t bhard=1.5t teague' /raidb xfs_quota -xc report /raidb xfs_quota -xc help
group quotas
xfs_quota -xc 'limit -g bsoft=35t bhard=36t bks' /srv/work
Also see the website: [1]