Disk quota exceeded
Computerome allocates 10 Gb disk quota for each user’s home (~
). If you exceed this quota, you will not be able to write to your home directory. A lot of commands will fail with strange error messages.
It is always a good practice to store data in your group data folder (/home/projects/~
).
Find the 10 largest files in your home folder:
du -aBm ~ 2>/dev/null | sort -nr | head -n 10