TAGS

There are no tags associated with this article.

After remounting EODATA I have an error: "ls: cannot access '/eodata/Sentinel-1': No such file or directory"

Due to a nature of NFS in relation to our large repository, this kind of problems may appear from time to time if the connection to NFS server is lost for whatever reason.
In order to recover from such problems it is recommended to remount /eodata. If local NFS cache is not purged after the remount, one may need to drop caches:

User@CREODIAS_machine:~$ sudo -i
User@CREODIAS_machine:~$ sync; echo 3 > /proc/sys/vm/drop_caches