AFS Home Directory

All home directories are located on a network drive. This allows users to access the same home directory regardless of the host they are working on. The home directories are limited to 5GB. Try to avoid storing project data in your home directories. A full home directory (quota >= 100%) can lead to various problems (no GUI login possible, very slow terminal, etc.).

You can check your home directory quota with:

fs listquota $HOME

If it is close to 100% you should remove some files. To find large directories, you can use the following command inside your home directory to list all directories and sort them by size:

du -h --max-depth=1 | sort -h