The filesystems available are HOME and PERM.

File System

Suitable for ...

TechnologyFeaturesQuota
HOMEpermanent files, e. g. .profile, utilities, sources, libraries, etc. NFSIt is backed up. Limited I/O performanceSee HPC2020: Filesystems
PERMpermanent files without the need for automated backups, smaller input files for serial or small processing, std output, etc.NFSIt is backed up. Limited I/O performanceSee HPC2020: Filesystems

OneDrive

Sharing information with end user device and other ECMWF or external usersMicrosoft

Cloud based. See How to configure and mount OneDrive - Linux Virtual Desktop VDI FAQ

1TB (see OneDrive)



Please be aware that any "local" filesystems, like /tmp, will be cleaned up every month when the virtual machine is recreated from the latest updated image. So do not use those to store any information that you may want to keep.


Those filesystems can be conveniently referenced from your session and scripts using the environment variables of the same name: $HOME, $PERM .


You can check your current usage and limits with the "ecquota" command

New filesystem structure

You will notice your filesystems have now a flatter and simpler name structure. If you port any scripts or code that had paths to filesystems hardcoded from older platforms, please make sure you update them. Where possible, try and use the environment variables provided, which should work on both sides pointing to the right location in each case:


BeforeAfter
/home/group/user or /home/ms/group/user/home/user
/perm/group/user or /perm/ms/group/user/perm/user
-/hpcperm/user
/scratch/group/user or /scratch/ms/group/user/scratch/user