How to check your quota usage
- Open a terminal window. (If you are doing this remotely, then connect to your network account using SSH.)
-
Issue the command quota. This will tell you:
- The filesystem you are using;
- The number of 1 Kb blocks you are using;
- The quota of how many 1 Kb blocks you are allowed to use;
- The absolute limit (you can temporarily exceed your quota in some cases, but you can never exceed this limit);
- The number of files you are using.
- If your account runs out of space, you might even be unable to log in graphically. (But you should still be able to connect remotely via SSH, allowing you to delete some files.)
- Precious space might be wasted by your browser's cache. Inside your browser's Preferences, try reducing the cache size.
- The command du -s * might help you determine where your big files are, but it won't show hidden files. You can use shopt -s dotglob; du -s * to include hidden files.
- If you are involved in a Math Department activity that requires you to have more space, then please contact the computer staff to request a quota increase.
If you are inquiring about your e-mail quota, you can check your quota on squirrelmail.
Groups:
