other:newppl:starting
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| other:newppl:starting [2025/08/29 11:46] – [Determining the space used by directories] Started rewriting the section jypeter | other:newppl:starting [2025/08/29 15:26] (current) – [Dealing with disk space] Finished rewriting the section jypeter | ||
|---|---|---|---|
| Line 410: | Line 410: | ||
| <WRAP center round important 60%> | <WRAP center round important 60%> | ||
| - | Running out of disk space may have strange side effects! | + | Running out of disk space may have strange |
| </ | </ | ||
| - | Disk space on remote servers may sometimes seems infinite, but is a limited resource, especially if other users are not careful! | + | **Disk space** on remote servers may sometimes seems infinite, but **is a limited resource**, especially if other users are not as careful |
| - | === quota === | + | You should regularly check how much space you are using ('' |
| + | |||
| + | === 'quota' command | ||
| The '' | The '' | ||
| - | * If your disk usage (total size and/and number of files) is limited on some of the disks you use | + | * If your disk usage (total size and/or number of files) is limited on some of the disks you use |
| - | * It is usually the case on the //home// directories | + | * It is usually the case on the //home// directories |
| * How much disk space you are currently using on the disks with //quota// control | * How much disk space you are currently using on the disks with //quota// control | ||
| - | The example | + | The examples |
| - | * You can never go above the size displayed in the //hard// '' | + | * //home// quota at LSCE |
| - | * You cannot stay more than 7 days above the limit displayed in the '' | + | * < |
| - | * The '' | + | |
| - | * nothing: everything is fine | + | |
| - | * '' | + | |
| - | * '' | + | |
| - | + | ||
| - | < | + | |
| - | > quota -s | + | |
| Disk quotas for user johndoe (uid 0007): | Disk quotas for user johndoe (uid 0007): | ||
| | | ||
| prolix3:/ | prolix3:/ | ||
| + | * //home// quota on spiritx | ||
| + | * < | ||
| + | Disk quotas for user janedoe (uid 0008): | ||
| + | | ||
| + | 172.17.3.169:/ | ||
| + | | ||
| - | Determining the space used by directories | + | * The '' |
| + | * You can never go above the size displayed in the **// | ||
| + | * You cannot stay more than 7 days above the **// | ||
| + | * The '' | ||
| + | * nothing: everything is fine!! | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| - | Your Linux environment may sometimes stop working correctly because you have exceeded the allowed quota on your disks (check your quotas with '' | ||
| - | < | + | === ' |
| - | / | + | |
| - | > | + | You can use '' |
| + | |||
| + | Examples: | ||
| + | * At LSCE '' | ||
| + | * You can use the following command to get the size of all the directories and files in the current directory, sorted by decreasing size: | ||
| + | * '' | ||
| + | * If you don't understand the //pipe// ('' | ||
| + | * < | ||
| + | |||
| + | > du -sh * | sort -rh | ||
| 58M | 58M | ||
| 47M | 47M | ||
| Line 453: | Line 468: | ||
| ...</ | ...</ | ||
| + | === ' | ||
| + | |||
| + | '' | ||
| + | |||
| + | Examples: | ||
| + | |||
| + | * < | ||
| + | Filesystem | ||
| + | prolix3:/ | ||
| + | |||
| + | * < | ||
| + | Filesystem | ||
| + | prolix3.lsce.ipsl.fr:/ | ||
| - | FIXME Add something about '' | ||
| ===== Which programs should you use? ===== | ===== Which programs should you use? ===== | ||
other/newppl/starting.1756460805.txt.gz · Last modified: by jypeter
