By using AWS re:Post, you agree to the AWS re:Post Terms of Use

Mount EFS in Workspaces Stuck in Read-Only

0

Greetings. I am administering an AWS EFS and a handful of Amazon Linux 2 workspaces. I can mount the EFS in the workspace using its IP address, but it only mounts in read-only mode. I made an Ubuntu EC2 instance and mounted the EFS there (as the root Ubuntu user), and I have both read and write access.

Why can't I mount my EFS to my WorkSpace in read/write mode? And why can I only mount it by IP and not with Amazon's EFS helper?

asked 3 years ago1.7K views
1 Answer
0

Run the following commands on the efs directory after mounting.
• sudo chmod 777 efs
• sudo chmod -R 666 efs/*

answered 3 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