Fargate Container cannot list and get files from the EFS mount point

0

I have mounted the EFS from the container task already and confirmed that the mount point has been mounted on the container itself. I have used the datasync to migrate the files from S3 to EFS. However, it is found that the no files can be shown in the mount path but the size of used of the mount point is around 8.9G by command line "df -h". It can write file to the mount point and see if anyone have ideas or reason why no files shown on the mount point?

Kkr Lam
demandé il y a un mois442 vues
1 réponse
0

Hello.

The "df -h" command is a command to display information about the total space and available space on a file system.
In other words, you can only check the capacity used on disks, etc.
I think you need to run the "ls" command to check the name of the file actually saved.

ls -la
profile picture
EXPERT
répondu il y a un mois
  • As I used the list all commend and shows below empty result.

    ls -la

    total 8 drwxr-xr-x 2 5000 5000 6144 Apr 19 15:02 . drwxr-xr-x 1 root root 4096 Apr 19 17:45 ..

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions