mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #634] Large file copies failing on macOS 10.12 #361
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#361
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 @swt2c on GitHub (Sep 1, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/634
I'm using s3fs on macOS 10.12.6 and I'm seeing large file copies fail most of the time.
For example:
Some of the time dd or cp will report an I/O error and some of the time it appears successful. However, the result is always a 0-byte file on the S3 side. I am using the latest s3fs from git (
fa8c417), compiled with--with-gnutls, and OSXFUSE v3.6.3. Smaller files (e.g., 2MB) are usually copied successfully.An additional data point, I am using a bucket in US-West, but I'm on the US East coast.
Additional Information
Version of s3fs being used (s3fs --version)
Amazon Simple Storage Service File System V1.82(commit:fa8c417) with GnuTLS(gcrypt)
Version of fuse being used (pkg-config --modversion fuse)
2.9.7
System information (uname -a)
Darwin Scotts-Mac-Pro.local 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64
Distro (cat /etc/issue)
macOS 10.12.6
s3fs command line used (if applicable)
if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
Details about issue
@ggtakec commented on GitHub (Sep 17, 2017):
@swt2c Thanks for posting a issue and sending codes.
#636 is merged, and I'm closing this issue.
If you find another issue, please post new issue.
Thanks,