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
posta un mese fa442 visualizzazioni
1 Risposta
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
ESPERTO
con risposta un mese fa
  • 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 ..

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande