EUMETSAT data archive rests on the public NFS share and in order to access it, you need to mount the NFS drive to the Virtual Machine(s) that you want to access the data from.
Setting up your instance
| Info |
|---|
For fast data access, you will need to provision your instance on the EUMETSAT cloud. |
...
after this step, you can navigate the /eumetsatdata directory and list all the available data with the ls -lah command
| Code Block |
|---|
|
[karatosun@myfirstvm ~]$ cd /eumetsatdata/
[karatosun@myfirstvm eumetsatdata]$ ls -lah
total 192K
drwxrwxrwx. 7 nobody nobody 124 May 26 13:00 .
dr-xr-xr-x. 19 root root 260 Jul 6 13:00 ..
drwxrwsr-x. 5 1002 1002 101 Nov 7 2018 eumetcast
drwxr-xr-x. 3 nobody nobody 24 Apr 23 2018 mviri
drwxr-xr-x. 4 nobody nobody 52 May 28 17:26 seviri |
4. Permanent NFS mounting (optional)
...