Disk Quotas

From DISI
Revision as of 17:40, 25 January 2017 by Frodo (talk | contribs) (asdf)
Jump to navigation Jump to search

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]