mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1018] Problem on mounting s3 #556
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#556
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 @lays147 on GitHub (Apr 19, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1018
Version of s3fs being used (s3fs --version)
➜ ~ s3fs --version
Amazon Simple Storage Service File System V1.82(commit:unknown) with GnuTLS(gcrypt)
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
Version: 2.9.7-1ubuntu1
Kernel information (uname -r)
4.15.0-47-generic
GNU/Linux Distribution, if applicable (cat /etc/os-release)
NAME="KDE neon"
VERSION="Testing Edition"
ID=neon
ID_LIKE="ubuntu debian"
PRETTY_NAME="KDE neon Testing Edition"
VARIANT="Testing Branches"
VERSION_ID="18.04"
HOME_URL="http://neon.kde.org/"
SUPPORT_URL="http://neon.kde.org/"
BUG_REPORT_URL="http://bugs.kde.org/"
LOGO=start-here-kde-neon
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
s3fs command line used, if applicable
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
Details about issue
I am trying to mount my s3 bucket locally, but with that command, my folders aren't available for R/W. If I use umask=0022, I can R/W, but folders that have subfolders, are handled like objects and not folders so I can't access anything.
https://imgur.com/a/NTGxFAE
So any tips on how to mount my bucket successfully?
@lays147 commented on GitHub (Apr 19, 2019):
Debug info
Libgcrypt version: libgcrypt20 is already the newest version (1.8.1-4ubuntu1.1).
That i got with the following command:
@gaul commented on GitHub (Apr 19, 2019):
Could you try with the latest 1.85? This fixes behavior related to folders not created by s3fs.
@gaul commented on GitHub (Jul 9, 2019):
I believe 1.85 fixes this issue. Please reopen if symptoms persist.
@anastazya commented on GitHub (Jul 28, 2021):
I have the same issue, and this is the version :
Amazon Simple Storage Service File System V1.86 (commit:unknown) with GnuTLS(gcrypt)
Copyright (C) 2010 Randy Rizun rrizun@gmail.com
License GPL2: GNU GPL version 2 https://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
@gaul commented on GitHub (Jul 28, 2021):
Please try with the latest version 1.89. If this doesn't work, open a new issue with debug logs from
s3fs -f -d.