mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #58] Permission issue when mounted via /etc/fstab but nor when called from CLI #35
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#35
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 @jaygooby on GitHub (Sep 26, 2014).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/58
When I mount via
/etc/fstabI can't create or copy files as a regular user:Here's the
/etc/fstabentry:and here's the line from the
mountcommand:But if I unmount it, and then mount using the s3fs command, everything works as expected:
Have I got the
/etc/fstabentry incorrect? There is a slight difference shown by callingmount. Here's the/etc/fstabentry:and here's what it looks like when mounted from the s3fs commandline:
Is it a mistake on my part?
@ggtakec commented on GitHub (Oct 13, 2014):
Hi, jaygooby
It looks like good for s3fs running.
I do not know what is wrong for this case, so if you can, please try to do following.
We need to know why does not s3fs write file, for solving this issue.
Thanks in advance for your help.
@ai6pg commented on GitHub (Nov 20, 2014):
I have it working from fstab using
s3fs#s3bucket /mnt/s3 fuse rw,allow_other,uid=1000,gid=1000 0 2
@ggtakec commented on GitHub (Jan 17, 2016):
I'm sorry about this Issue had been left at a long period of time.
If you have this problem yet, please try to use latest code.
("-f", "dbglevel" and "curldbg" options help to solve your problem.)
And if you found a problem, please post new issue.
Thanks in advance for your help.