This is an old revision of the document!


Disk quota

  • First install the quota tools
# apt-get install quota
  • Then, enable the quota kernel module
# modprobe quota_v2
  • Enable quota on /data partition
# /dev/md2        /data   ext3    defaults,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0       0       0
  • remount partition
# mount -o remount /data
  • Generate quota files
# quotacheck -cmg /data
# chmod 600 /data/aquota.*
  • Enable quota
# quotaon /data
doc/installationguide/basic-quota.1448403794.txt.gz · Last modified: 2015/11/24 22:23 by crafty
Recent changes RSS feed Creative Commons License Donate Minima Template by Wikidesign Driven by DokuWiki