mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1674] mkdir: cannot create directory ‘xxx/foo/bar’: Input/output error #871
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#871
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 @kozo2 on GitHub (Jun 5, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1674
Version of s3fs being used (s3fs --version)
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
Kernel information (uname -r)
GNU/Linux Distribution, if applicable (cat /etc/os-release)
s3fs command line used, if applicable
Details about issue
mkdirdid not work in the directory mounted by s3fs.@gaul commented on GitHub (Jun 6, 2021):
Can you run s3fs with
-f -d -o curldbgand share the logs? You may also want to test with the master branch which has some error code improvements.@kozo2 commented on GitHub (Jun 6, 2021):
Below is the log. I tried
@kozo2 commented on GitHub (Jun 14, 2021):
By the way, I use S3 compatible QuObjects instead of S3 for this file storage.
@Paul-Folbrecht commented on GitHub (Apr 1, 2025):
Same error here (mkdir leads to 404) - is this a real issue? Will it be fixed?