Overview of directories
The user's home directory
Each time you log in to AI Cloud, you are landed in your user's home directory. This directory serves as the primary location for storing project files and data.
The path to this directory can always be referenced with the variable $HOME
.
- / root
- home home directories
- domain e.g es.aau.dk
- user your user directory
- domain e.g es.aau.dk
- home home directories
The user directory is private by default, and users can there not access your files. In case you need to make files accessible for other users, we recommend putting them in the Shared project directory
Storage quota expansions
When users log in to AI Cloud for the first time, a user directory is created for them. These directories are allocated 1 TB of storage by default. This should be plenty for most users, but should you need additional space, it is possible to apply for storage quota expansions for a limited time using our Storage quota expansions form.
The shared project directory
AI Cloud fosters collaborative work through shared project directories in /home/project
:
- /home AI Cloud's file system
- project shared project directories
- my_shared_project
- project shared project directories
Users are welcome to create directories for their groups themselves, but they are encouraged to name the directories in a meaningful way (ie. after your group or project name).
Go in to the project directory
cd /home/project
<name>
for the actual name of your project).
mkdir <name>
Local scratch space
A handful of nodes have local storage which can be utilised for faster I/O operations.
- Learn more about utilising local node storage