mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #317] Installation steps on Redhat #163
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#163
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 @ajaygarga on GitHub (Dec 11, 2015).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/317
We are planning to use S3FS-Fuse on Redhat Linux (running on AWS EC2 instances). I followed the steps for my proof of concept in Ubuntu and it worked OK. But when I tried to do the same according to the documentation in the Readme on Redhat, ran into issues.
Firstly, Fuse needs to be upgraded to 2.9.4. Secondly, there seems to be permission issues. Even after doing the steps from different forums (after googling) as below, it doesn't seems to work. The S3 bucket is getting mounted and the existing files are listed. But not able to create new folder and files.
/bin/su -s /bin/bash -c 's3fs sample_bucket /mnt/s3mount -o noatime -o allow_other -o passwd_file=/etc/aws_pd -o rw -o uid=-o gid= -o use_cache=/tmp -o default_acl=public-read' www-data
Please assist with the correct steps to install this and get it working on Redhat.
@ggtakec commented on GitHub (Dec 20, 2015):
@ajaygarga Please run s3fs with "dbglevel" (and "curldbg"), thus we will gets detail about error and find out the reason of not-read files.
Thanks in advance for your help.
@gaul commented on GitHub (Mar 17, 2019):
Your command line appears to be missing some spaces:
Did you intend to give uid and gid numeric values?
@gaul commented on GitHub (Apr 9, 2019):
Closing due to inactivity. Please reopen if symptoms persist.