Problem scenario
You run a quota -au or quota -ag command to see the latest/up-to-date statistics. You see the number of blocks or inodes is discrepant with what is currently on your system for the user or group. You tried rebooting, but that did not help. How do you get the use blocks and used inodes to be updated with a quota command?
Possible Solution #1
Run a command like this:
sudo quotacheck -vug
If you think something is still misleading/inaccurate,
…
Continue reading “How Do You Get quota Commands to Return Current Data?”