mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #956] Forklift/ Permissions. #536
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#536
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 @gfaulk09 on GitHub (Feb 5, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/956
Details about issue
On MacOS, using forklift and Fuse to mount a drive that's over FTP. No problem mounting the drive, but having a problem with permissions. I know a little code, but in all honestly, I'm completely lost on what to put and where.
@gfaulk09 commented on GitHub (Feb 5, 2019):
Also, can't find the fuse.conf file under etc/
@gaul commented on GitHub (Feb 5, 2019):
Could you try setting
-o mp_umask=027which will provide these objects with default permissions? The upcoming release of s3fs will do this automatically.@gaul commented on GitHub (Apr 9, 2019):
Please test again with 1.85 and reopen this issue if symptoms persist.