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
質問済み 1ヶ月前425ビュー
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
エキスパート
回答済み 1ヶ月前
  • 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 ..

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ