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
asked 12 days ago327 views
1 Answer
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
answered 12 days ago
  • 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 ..

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions