Good URL:
- Check to see if quotas are enabled on the current system. Run: mount
- Make sure the quota software is turned on with: dpkg -l quota*
- If it’s not installed install with: apt-get install quota
- Enable quotas on the file system you want quota support on. Edit /etc/fstab and add “,usrquota” to the end of the options section.
- Remount the file system you’ve enabled quotas for: sudo mount -o remount /
- Scan all the file systems for disk usage: sudo quotacheck -augmv