Mounting EFS on a Non Empty Directory

0

Hello,

can anyone here to help with the mounting of an AWS EFS with a non-empty directory without hiding the current data in that directory. also the data already exists in that directory should be mounted in that EFS.

asked 2 years ago983 views
1 Answer
1

Yes, you can mount EFS as standard NFS using NFS utils or as EFS using amazon-efs-utils on your linux systems and whatever the data exists on that exported path in EFS, the data will be available to that client. The behavior to client is same irrespective of empty or non-empty directory. If you have any specific errors when you are mounting or accessing the data, then let me know.

https://docs.aws.amazon.com/efs/latest/ug/efs-mount-helper.html

https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-old.html

AWS
RRP_AWS
answered 2 years ago

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