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?

1개 답변
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
전문가
답변함 한 달 전
  • 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 ..

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠