In this page:
...
Info |
---|
https://notebooks.hpc.uiowa.edu/research-interactive/user/<your_hawkid>/tree |
IDAS Home Drives
On IDAS, each research user gets 100GB for storage in their home drive. To check how much you have used:
Go to the Jupyter Hub tree page (please fill in your HawkID):
https://notebooks.hpc.uiowa.edu/research-interactive/user/<your_hawkid>/tree
In the top right corner of your IDAS tree page, click New >> Terminal
- In Terminal, type df -h $HOME. In the example below, 26GB out of 100GB has been used and 75GB is available:
...
Code Block | ||
---|---|---|
| ||
# list all files including hidden files ls -al # delete files you no longer need rm file1.txt file2.txt |
Info |
---|
For RStudio users: occasionally, when an R session crashes, RStudio generates core dumps that are named "core.xxx". These core dumps are logs of the crashed sessions. They can be quite large and fill up your home drive. If those core dumps were generated more than several days ago and you are not working with our support team to troubleshoot an issue related to the core dumps, you can delete them. |
Shutting down an IDAS instance
...