other:newppl:starting
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
other:newppl:starting [2025/08/07 13:51] – [Miscellaneous information] Added link to GATE desk jypeter | other:newppl:starting [2025/08/29 15:26] (current) – [Dealing with disk space] Finished rewriting the section jypeter | ||
---|---|---|---|
Line 377: | Line 377: | ||
* Use the following command to access the backup: '' | * Use the following command to access the backup: '' | ||
- | * **Quota**: YES!\\ There is a limit to what you can store in your home directory. If you reach this limit, you may experience some seemingly random errors (can't connect to the servers, the new files have a 0 size, ...)\\ The example below shows how to determine the //quota// on the LSCE disks: you can never go above the size displayed in the '' | + | * **Quota**: YES!\\ There is a limit to what you can store in your home directory. If you reach this limit, you may experience some seemingly random errors (can't connect to the servers, the new files have a 0 size, ...) |
- | > quota -s | + | |
- | + | ||
- | Disk quotas for user johndoe (uid 6369): | + | |
- | | + | |
- | prolix3:/ | + | |
==== The scratch directory ==== | ==== The scratch directory ==== | ||
Line 413: | Line 407: | ||
* **Quota**: ask your advisor | * **Quota**: ask your advisor | ||
- | ==== Determining the space used by directories | + | ==== Dealing with disk space ==== |
- | Your Linux environment | + | <WRAP center round important 60%> |
+ | 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 as careful as you! |
- | / | + | |
- | > | + | You should regularly check how much space you are using ('' |
+ | |||
+ | === ' | ||
+ | |||
+ | The '' | ||
+ | * 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 (LSCE, spirit, computing centers, ...) | ||
+ | * How much disk space you are currently using on the disks with //quota// control | ||
+ | |||
+ | The examples below shows how to display the current //quota// on the LSCE and spirit disks: | ||
+ | * //home// quota at LSCE | ||
+ | * < | ||
+ | |||
+ | Disk quotas for user johndoe (uid 0007): | ||
+ | | ||
+ | prolix3:/ | ||
+ | * //home// quota on spiritx | ||
+ | * < | ||
+ | Disk quotas for user janedoe (uid 0008): | ||
+ | | ||
+ | 172.17.3.169:/ | ||
+ | | ||
+ | |||
+ | * 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!! | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | |||
+ | |||
+ | === ' | ||
+ | |||
+ | 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 429: | Line 468: | ||
...</ | ...</ | ||
- | FIXME Add something about '' | + | === ' |
+ | |||
+ | '' | ||
+ | |||
+ | Examples: | ||
+ | |||
+ | * < | ||
+ | Filesystem | ||
+ | prolix3:/ | ||
+ | |||
+ | * < | ||
+ | Filesystem | ||
+ | prolix3.lsce.ipsl.fr:/ | ||
===== Which programs should you use? ===== | ===== Which programs should you use? ===== | ||
other/newppl/starting.1754567475.txt.gz · Last modified: by jypeter