This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
computing:storage:linux_disk_quotas [2015/12/28 08:32] gcooper |
computing:storage:linux_disk_quotas [2015/12/28 08:33] (current) gcooper |
||
---|---|---|---|
Line 44: | Line 44: | ||
quotacheck: Old file not found. | quotacheck: Old file not found. | ||
quotacheck: Old file not found. | quotacheck: Old file not found. | ||
- | </ | ||
- | |||
- | ==== Troubleshooting Journaled Quotas ==== | ||
- | |||
- | < | ||
- | quotaoff -avug | ||
- | rm -f /aquota.* | ||
- | rm -f / | ||
- | reboot | ||
</ | </ | ||
Line 75: | Line 66: | ||
If quotacheck segfaults or otherwise fails, you need to make sure quotas are off ('' | If quotacheck segfaults or otherwise fails, you need to make sure quotas are off ('' | ||
+ | ===== Troubleshooting Journaled Quotas ===== | ||
+ | |||
+ | < | ||
+ | quotaoff -avug | ||
+ | rm -f /aquota.* | ||
+ | rm -f / | ||
+ | reboot | ||
+ | </ |