mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #459] chmod does not work #251
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#251
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ju4npabl0 on GitHub (Aug 7, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/459
Hello!
I was trying to chmod the folders inside the mount point but it doesn't work.
My goals are:
Is this possible to achieve?
Mount Command:
s3fs mys3bucket /mnt/mys3bucket -o use_cache=/tmp -o allow_other -o umask=022 -o iam_role=S3FullAccess -o endpoint=us-east-1/etc/fstab
s3fs#mys3bucket /mnt/mys3bucket fuse _netdev,use_cache=/tmp,allow_other,umask=022,iam_role=S3FullAccess,endpoint=us-east-1 0 0Tests:
Thank you!
@ggtakec commented on GitHub (Sep 4, 2016):
Hi, @ju4npabl0
You run s3fs with umask=022 option, it means umask 022 for all files/directories.
Thus you could not work chmod 0775 to files, if you need to access as 0775 files, you should change umask option value.
Regards,
@gsaslis commented on GitHub (Jan 3, 2017):
@ju4npabl0 are you sure you meant
-o umask=022and not-o mp_umask=022?If it's not a typo, that could be your problem?
@ggtakec commented on GitHub (Mar 30, 2019):
We kept this issue open for a long time.
Is this problem continuing?
We launch new version 1.86, which fixed some problem(bugs).
Please use the latest version.
I will close this, but if the problem persists, please reopen or post a new issue.