mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #749] Input/output error #430
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#430
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 @DHB-liuhong on GitHub (Apr 16, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/749
problem
I have successfully mounted a s3 bucket. Upload a large number of video files for a few days.
Today, I found that I can mkdir directory and touch file, but i cann't wirte video stream data in the file. It return Input/output error
Version of s3fs being used (s3fs --version)
_Amazon Simple Storage Service File System V1.83(commit:1a23b88) with OpenSSL
Copyright (C) 2010 Randy Rizun rrizun@gmail.com
@DHB-liuhong commented on GitHub (Apr 16, 2018):
@rrizun @Jirapong Can you help me?
@joke-lee commented on GitHub (Apr 20, 2018):
@niklasenB it is same problem?
@ggtakec commented on GitHub (May 2, 2018):
@DHB-liuhong
First of all, please specify the optional dbglevel etc. when starting s3fs.
I think that s3fs will output detailed logs and you can get some hints from it.
There are several causes of input/output errors, but one of them has a timeout error.
If you find out that the timeout is due to the log, please try looking at the man page(or the wiki page of this repository) and try increasing the timeout period(see: retries, connect_timeout, readwrite_timeout options).
Thanks in advance for your assistance.
@gaul commented on GitHub (Apr 9, 2019):
Closing due to inactivity. Please reopen if symptoms persist.