storage
Add a note about storage running out and ways to check:
- For
/home
:
$ quota -s -f ~
quota: Cannot resolve mountpoint path /tudelft.net/staff-umbrella/MSc Graduation Thesis: Stale file handle
Disk quotas for user aeaahmed (uid 650920):
Filesystem space quota limit grace files quota limit grace
svm111.storage.tudelft.net:/staff_homes_linux/a/aeaahmed
4870M 6554M 8192M 19671 4295m 4295m
- For project space:
$ du -hs /tudelft.net/staff-umbrella/reit
37G /tudelft.net/staff-umbrella/reit
$ df -h /tudelft.net/staff-umbrella/reit
Filesystem Size Used Avail Use% Mounted on
svm107.storage.tudelft.net:/staff_umbrella_reit 1,0T 38G 987G 4% /tudelft.net/staff-umbrella/reit
Note that the difference is due to snapshots, which can stay for up to 2 weeks
This can be an FAQ, or somewhere in the quickstart guide, or the filesystem page