mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2082] Unable to read or copy some of the files from mounted S3 but works fine with others #1054
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#1054
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 @tongliang11 on GitHub (Dec 27, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2082
Additional Information
Version of s3fs being used (
s3fs --version)V1.91
Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)fuse Version: 2.9.2
Kernel information (
uname -r)5.10.130-118.517.amzn2.x86_64
GNU/Linux Distribution, if applicable (
cat /etc/os-release)NAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel fedora"
VERSION_ID="2"
PRETTY_NAME="Amazon Linux 2"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3⭕amazon:amazon_linux:2"
HOME_URL="https://amazonlinux.com/"
Details about issue
I mounted a S3 bucket to a local directory with the following command:
then I'm able to ls files in the directory
~/s3/and I can read some of the files but not others. For the files that I cannot read, I cannot either copy the file to directories on the machine with the command:The error I got is:
I'm also able to create new files on that directory, just not able to read or copy files. Any idea of why this is happening? thanks!
@skight-shen commented on GitHub (May 17, 2024):
I encountered the same issue. How did you fix it?