Difference between revisions of "Quota bekijken"
m (→Windows) |
|||
Line 2: | Line 2: | ||
Je persoonlijke quota bepaalt alleen hoeveel ruimte je eigen data mag | Je persoonlijke quota bepaalt alleen hoeveel ruimte je eigen data mag | ||
innemen en hoeveel files/folders je mag hebben (bv. op je eigen | innemen en hoeveel files/folders je mag hebben (bv. op je eigen | ||
− | + | U:-schijf/home-directory). Ook andere disks kunnen quota hebben. | |
De mail servers gebruiken ook quota om het diskruimtegebruik in | De mail servers gebruiken ook quota om het diskruimtegebruik in | ||
ieders mailbox te limiteren. | ieders mailbox te limiteren. | ||
Line 9: | Line 9: | ||
Your personal quota only determine the amount of disk space your own data | Your personal quota only determine the amount of disk space your own data | ||
may occupy and the number of files and folders/directories you may have | may occupy and the number of files and folders/directories you may have | ||
− | on your | + | on your U:-disk / home directory. Quotas may be active on other disks as |
well, but not all disks have quotas. The mail servers also use quotas to | well, but not all disks have quotas. The mail servers also use quotas to | ||
limit the disk space of each user's mailbox. | limit the disk space of each user's mailbox. | ||
Line 17: | Line 17: | ||
[nl] | [nl] | ||
− | Op Windows werkplekken waar de home-directory als U | + | Op Windows werkplekken waar de home-directory als U:-schijf aangekoppeld is, |
kan met door met de rechtermuisknop op de schijf te klikken en dan de | kan met door met de rechtermuisknop op de schijf te klikken en dan de | ||
<tt>Eigenschappen</tt> (<tt>Properties</tt>) te bekijken, zien hoeveel ruimte (in kbytes) er in gebruik | <tt>Eigenschappen</tt> (<tt>Properties</tt>) te bekijken, zien hoeveel ruimte (in kbytes) er in gebruik |
Latest revision as of 12:30, 6 August 2018
Your personal quota only determine the amount of disk space your own data may occupy and the number of files and folders/directories you may have on your U:-disk / home directory. Quotas may be active on other disks as well, but not all disks have quotas. The mail servers also use quotas to limit the disk space of each user's mailbox.
Windows
On Windows desktops where the home directory is available as U: or H: disk right click on the disk, then choose Properties to view the amounts of used and available personal disk space in kbytes.
Unix
On Linux systems use the following command to view the personal quota and current usage:
quota
The output will show lines like:
Disk quotas for mylogin (uid 207): Filesystem usage quota limit timeleft files quota limit timeleft /home/mylogin 491585 500000 600000 14901 50000 60000
- usage
- The amount of disk space in kKB (kilobytes) currently in use.
- quota
- The maximum amount of disk space available for you.
- On Unix systems you may exceed your quota temporarily (up to 7 days).
- For Windows however this is an absolute maximum.
- limit
- The absolute maximum amount of disk space you can occupy (see above).
- timeleft
- The time left to get below your quota.
- If you wait too long (i.e. if timeleft shows EXPIRED), you cannot write files (new or old) until you've cleaned up to get under quota again.
- There is a risk of losing data if you try to write when the quota grace period has been exceeded.
- files
- The number of files currently owned by you.
- quota
- The maximum number of files and folders you can have.
- On Unix systems you may exceed your file quota temporarily (upto 7 days).
- Again for Windows this is an absolute maximum.
- limit
- The absolute maximum number of files and folders you can have.
- timeleft
- The time left to get below your file quota.
- If you wait too long (i.e. if timeleft shows EXPIRED) you cannot create files anymore until you've cleaned up to get under quota again.
How to determine what your disk space is used for
On a Unix login server go to your home directory
cd pwd
The pwd command will show something like /home/mylogin.
Now type the following command:
du -sh * .??* | sort -h
This will produce a list of the files and folders in your home directory, each preceeded by its size in MB (megabytes), sorted by size.
On a Windows system open/explore your H: disk and examine the disk space used in each folder by right clicking it and selecting Properties.
The Roundcube webmail service offers a convenient way to view your mail quota and current use. The lower left corner shows the percentage of quota in us. Next to that, clicking Folder options, lists all folders. Clicking on a folder gives the option to Click to get the folder size.