mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #1484] chmod/chown/mkdir: Operation not permitted as root #778
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#778
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 @sharmad on GitHub (Nov 25, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1484
Additional Information
The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all.
Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on macOS or BSD
Version of s3fs being used (s3fs --version)
Amazon Simple Storage Service File System V1.79 with OpenSSL (both servers)
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
Version : 2.9.4 (both servers)
Kernel information (uname -r)
4.14.186-110.268.amzn1.x86_64 (server 1)
4.14.33-51.37.amzn1.x86_64 (server 2)
GNU/Linux Distribution, if applicable (cat /etc/os-release)
NAME="Amazon Linux AMI"
VERSION="2018.03"
ID="amzn"
ID_LIKE="rhel fedora"
VERSION_ID="2018.03"
PRETTY_NAME="Amazon Linux AMI 2018.03"
ANSI_COLOR="0;33"
CPE_NAME="cpe:/o:amazon:linux:2018.03:ga"
HOME_URL="http://aws.amazon.com/amazon-linux-ami/"
(same for both servers)
Details about issue
I get
Operation not permittedfor root user on one server but not on the other "identical" server.Running on Amazon Linux 1.
Server 1:
Server 2:
Mounted as
rwpermountcmd on both servers. Both servers have identical/etc/fstab.Setup on both servers is identical:
When changing permissions on the mountpoint I get the expected changing ownership of Input/output error. So it's not that. Wish it was :(
What else can I check to find out why I am running into the above issues on one server but not the other?
@sharmad commented on GitHub (Nov 26, 2020):
It turned out to be an issue with S3 bucket policy denying access to the S3 mount.
Closing this.