Fixing Quota

From Pulsed Media Wiki
Revision as of 18:39, 10 March 2011 by Nucode (talk | contribs) (Created page with " cd /scripts/util quotaoff -av ./quotaFix.php After a while quota has been checked and new quota files have been created, quota re-enabled. If you get write permission error...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
cd /scripts/util
quotaoff -av
./quotaFix.php

After a while quota has been checked and new quota files have been created, quota re-enabled.


If you get write permission error, you might need to remove aquota.* from the FS and rerun quotafix, in case of /home:

rm -rf /home/aquota.*
quotaoff -av
./quotaFix.php