Disk Quotas: Difference between revisions
Jump to navigation
Jump to search
(asdf) |
m (asdf) |
||
Line 1: | Line 1: | ||
Quota management on (new) XFS disks (Including /nfs/work and /raidb): | 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 'limit bsoft=1t bhard=1.5t teague' /raidb | ||
Line 10: | Line 9: | ||
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] | ||
Grant access on bet: (belongs on quotas page) | |||
xfs_quota -xc "limit bsoft=1000g bhard=1500g tbalius" /srv/work | |||
update magdalena on work (belongs on quotas page) | |||
quota -us mkorcz | |||
xfs_quota -xc "limit bsoft=4000g bhard=4000g mkorcz" /srv/work | |||
quota -us mkorcz | |||
[[Category:Sysadmin]] | [[Category:Sysadmin]] |
Latest revision as of 17:31, 17 August 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]
Grant access on bet: (belongs on quotas page)
xfs_quota -xc "limit bsoft=1000g bhard=1500g tbalius" /srv/work
update magdalena on work (belongs on quotas page)
quota -us mkorcz xfs_quota -xc "limit bsoft=4000g bhard=4000g mkorcz" /srv/work quota -us mkorcz