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

fusermount3: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf #1538

Open
rahulshrivastava-eaton opened this issue Oct 9, 2024 · 2 comments
Assignees
Milestone

Comments

@rahulshrivastava-eaton
Copy link

I did not find the any documentation that how to set in user_allow_other in configuration file , can you please explain or provide any link where to add this flag in the file
i am referring this config file https://github.com/Azure/azure-storage-fuse/blob/main/sampleBlockCacheConfig.yaml

@rahulshrivastava-eaton
Copy link
Author

@ashruti-msft do you have any references for this flag

@ashruti-msft ashruti-msft self-assigned this Oct 11, 2024
@ashruti-msft
Copy link
Collaborator

To use allow_other in your config file you will have to edit your file /etc/fuse.conf first.
sudo vim /etc/fuse.conf
Uncomment the line user_allow_other and save the file. Now you should be able to use allow_other

After this you can add allow_other to your config file :
allow-other: true|false <allow other users to access the mounted directory - used for FUSE and File Cache>
[Refer AdvancedConfig]
or add the -o allow_other flag to your mount command

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

No branches or pull requests

3 participants