Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to write to mounted system #48

Open
PediatricsIT opened this issue Feb 9, 2023 · 1 comment
Open

Not able to write to mounted system #48

PediatricsIT opened this issue Feb 9, 2023 · 1 comment

Comments

@PediatricsIT
Copy link

I am using fuse-nfs to mount NFS version 4 shares in an Apptainer container running on Rocky Linux 8. I can read the data on mounted directory but cannot write. The remote file server is running CentOS 6 and has this line in /etc/exports:

/data1 10.11.12.13(rw,no_root_squash,sync,insecure)

On the container I am running this command:

fuse-nfs -a -n "nfs://172.28.50.50/data1/?version=4" -m /data1

All the mounted directories are shown as being owned by root : root , but even if the directory permission is 777 it is not writable.

@aagi-girish
Copy link

You can enable other users by uncommenting user_allow_other in the /etc/fuse.conf file to enable write access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants