mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2693] Unable to create a directory: Failed to open/read local data from file/application #1279
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#1279
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 @robinsujob on GitHub (Jul 2, 2025).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2693
Additional Information
Version of s3fs being used (
s3fs --version)V1.95
Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)macfuse-4.10.2
Provider (
AWS,OVH,Hetzner,iDrive E2, ...)AWS China (BJS/ZHY)
Kernel information (
uname -r)Mac OS 15.5
(uname -a: Darwin 24.5.0 Darwin Kernel Version 24.5.0:; root:xnu-11417.121.6~2/RELEASE_ARM64_T8103 arm64)
GNU/Linux Distribution, if applicable (
cat /etc/os-release)How to run s3fs, if applicable
[x] command line
[] /etc/fstab
s3fs syslog messages (
grep s3fs /var/log/syslog,journalctl | grep s3fs, ors3fs outputs)Details about issue
Can't create folder on MacOS
@robinsujob commented on GitHub (Jul 3, 2025):
Solve: upgrade curl from 8.7.1 -> 8.14.1, downgrade s3fs-mac from 1.95->1.92
@gaul commented on GitHub (Jul 4, 2025):
Downgrading isn't a real solution. Can you run with
s3fs -f -d -o curldbg?@robinsujob commented on GitHub (Jul 7, 2025):
Interesting, it got stuck. @gaul