mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #1386] Digital Ocean storage thrown Operation not allowed when I try to follow inside dir #739
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#739
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 @shubaivan on GitHub (Sep 9, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1386
Additional Information
I used digital ocean storage in my ubuntu 18.04 by standart library
s3fsfor mount my storage,like this
s3fs minimoj-consumer /home/ivan/hosts/docker-symfony/symfony/do1 -o passwd_file=/home/ivan/hosts/docker-symfony/symfony/.passwd-s3fs -o url=https://ams3.digitaloceanspaces.com/ -o dbglevel=info -f -o curldbgAnd inside do appear directory, but when I try to execute
cd minimoj-consumerI faced with error -Operation not allowedwhat last what I had from
curldbgconsoleHow to manager all what I have in my bucket ?
Version of s3fs being used (s3fs --version)
File System V1.82(commit:unknown)
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
Unknown option -qi
Kernel information (uname -r)
4.15.0-117-generic
@gaul commented on GitHub (Sep 9, 2020):
Could you try testing with the latest version 1.87?
@shubaivan commented on GitHub (Sep 9, 2020):
ok, I will test
@shubaivan commented on GitHub (Sep 9, 2020):
@gaul could you help, how to update this packeg in ubuntu 18.04 ?
@shubaivan commented on GitHub (Sep 9, 2020):
I executed install but still had 1.82
sudo apt install s3fs awscli -y
System V1.82(commit:unknown)
@shubaivan commented on GitHub (Sep 9, 2020):
The simplest way to compile this package is:
/s3fs-fuse-1.87$ ./configurefile or dir was not found
@gaul commented on GitHub (Sep 9, 2020):
Please file the compilation instructions at:
https://github.com/s3fs-fuse/s3fs-fuse/blob/master/COMPILATION.md
I have asked Ubuntu to upgrade its LTS s3fs packages before but they declined to do so.
@gaul commented on GitHub (Oct 6, 2020):
Please reopen if symptoms persist.