EODATA access using S3 on ESA HPC
S3FS
By default, in instances started from Linux images the /eodata folder is automatically mounted after adding the ‘cloud_[xxxxxxx]’ network to your VM.
The /eodata mount runs as a service and its status can be checked by executing the command:
sudo systemctl status eodata.mount
and can be restarted in case of problems by executing:
sudo umount -lf /eodata
sudo systemctl restart eodata.mount