Output of quota command:

Disk quotas for user (uid ): Space used (Megabytes) Number of Files Area Usage Quota Limit Expires Usage Quota Limit Expires ------------ ------ ------ ------ ------- ------ ------ ------ ------- Shell/Web/Mail 25.8 100.0 110.0 1515 21680 23848 Shell & Web 24.7 - 108.9 1322 - 23655 Mail 1.1 - 85.3 193 - 22526

- The first line is the combined numbers for all file systems.
- The second line is usage on the shell and web file system.
- The third line is usage on the mail file system.

"Space" is measured in Megabytes. Usage is the amount currently used.
"Quota" is the amount of space you have purchased.
"Limit" is the hard quota, which is normally 10 MB more than the amount of space purchased.
"Expires" is the date on which the "Limit" is dropped to the level of "Quota".

The number of files is a system issue. It should not be a problem for any user. If you find that you are close to quota on the number of files please ask us to increase that number for you.


How we calculate disk space

Remember, there are two different file systems. Every minute, the system calculates your limit on each system. Here is the (somewhat non-intuitive) formula for figuring your current Limit (i.e. the amount of space available for you to use) on each server:


            L1 = L - U + U1

where
L is your actual quota (that is, the combined limit on both servers,
U is your combined usage (on both servers), and
U1 is your current usage on server1.
So if you have a 75 MB quota and 12 MB on the mail system and 18 in hour home and web directory spaces, your limit on the mail system is
          L1 = L - U + U1
             = 85 - 30 + 12
             = 67

(See that 85? You're below quota, so you have the 10 MB margin available.)
So your limit on the mail system is 67 MB.
(In case you're wondering, we never let your limit on either server go below 0.)

On the home-and-web file system, your limit is

           L2 = 85 - 30 + 18
              = 73

Obviously, you can't use both 67 MB on the mail system and 73 in your home directory without going over quota. If you try, you'll exceed the hard limit and you'll have problems and may lose data.