...
Rarely will the Files quota be exceed before the Space quota, but it does happen if a lot of small files are created, often times within the .cache folder or hidden files (Files with a '.' in front of the name).
How do I resolve a lot of the overquota issues?
This can often be resolved by running the command:
Code Block |
---|
language | bash |
---|
theme | FadeToGrey |
---|
|
clearcache |
What if I can't do top10 or clearcache?
You can call up these commands this way:
Code Block |
---|
language | bash |
---|
theme | FadeToGrey |
---|
title | Calling up top10 another way. |
---|
|
/fs/eci/bin/top10 |
Code Block |
---|
language | bash |
---|
theme | FadeToGrey |
---|
title | Calling up clearcache manually |
---|
|
/fs/eci/bin/clearcache |
Related articles
...