Home folder (/home/username)¶
About¶
Your user’s home folder is located at /home/username
, where username
is your Discoverer HPC username (the user account name). You can save your user’s personal information and important settings in /home/username
, but don’t put big files there. Read more about that restriction below.
Important
It is noteworthy that the folder /home/username
is not a distinct mounting point for it is based on the /home
file system (/home/
is a mounting point). The /home
is Ext4 file system (rw,usrquota,relatime,seclabel,stripe=64), remotely hosted on the management servers, is mounted on the login node and all compute nodes using NFSv4 over 20 Gbps Ethernet (2 x 10 Gbps Ethernet bonding, MTU 1500, mlx5_core
driver). Since the total capacity of /home
is low (only 15.6 TB), the per-user quota set on /home
provides minimal per-user storage capacity (≤ 2 GB). On the other side, the NFSv4 file system carrier protocol is not suitable for intensive syncing of live data and editing large files because it cannot handle intensive I/O loads.
Warning
Always use either Personal scratch and storage folder (/discofs/username) or Per-project scratch and storage folder (/discofs/projectname), based on the circumstances, for creating, manipulating, and storing big files.
Size/Quota¶
Note
2 GB of personal disk space (quota) on /home file system and up to 100000 files and folders.
Each active user, regardless of the number of projects he or she contributes to, receives 2 GB of personal disk space (quota) on the /home file system. The utilization of the personal user disk space on /home
is estimated as the sum of the size of all files on that file system that belong to the POSIX user ID of the user. The total number of files and folders the user can own on /home
is limited to 100000.
To check the current user disc space utilization on /home
, execute the following command line on the login node (replace username
with your actual username):
quota -u username
How to decipher the numbers displayed in the output:
Disk quotas for user username (uid 2001):
Filesystem blocks quota limit grace files quota limit grace
/home 4 2097152 3145728 2 100000 150000
All numbers describing the space used are multiple of 1KB.
More information about the numbers is given in Calculation of the storage space utilization
Data retention policy¶
The files stored in /home/username
are retained for 45 days after the user has been deactivated. Afterwards, they may undergo a secure wipe out.
Help¶
If you experience issues with accessing your home folder and the content stored there, contact the Discoverer HPC support team (see Getting help).