Difference between revisions of "Fixing Quota"
From Pulsed Media Wiki
(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...") |
m (Added category) |
||
Line 11: | Line 11: | ||
quotaoff -av | quotaoff -av | ||
./quotaFix.php | ./quotaFix.php | ||
+ | |||
+ | |||
+ | |||
+ | [[Category::PM Software Stack Guides]] |
Revision as of 17:42, 10 March 2011
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
[[Category::PM Software Stack Guides]]