Open GoogleCodeExporter opened 9 years ago
s3fs copies the source file to a local file for temporally when s3fs uploads
the file.
So that, I think this error is occurred by your local disk space.
If you can please check your local disk left space.
Thanks in advance for your help.
* Please use latest version s3fs which is moved to
Github(https://github.com/s3fs-fuse/s3fs-fuse).
Original comment by ggta...@gmail.com
on 6 Apr 2014 at 1:58
Thanks for the info!
If I believe what I read, s3fs uses the standard POSIX tmpfile() and the
temporary file is most likely created in /tmp. In which case it confirms that
the problem is related to the source HDD capacity and not the transfer itself.
I could not validate this yet as I will fist have to resize my root partition
or mount a new partition for /tmp.
If possible, it would be worth to add some more specific debug info for such
issues.
Cheers.
Original comment by gudul...@gmail.com
on 6 Apr 2014 at 7:56
Hi,
s3fs uses tmp file() function as default, but if you specify use_cache option,
s3fs makes temporally file in this option path.
Please try to run s3fs with "use_cache" option.
(ex, use_cache=/home/myaccount)
Thanks,
Original comment by ggta...@gmail.com
on 7 Apr 2014 at 12:58
Original issue reported on code.google.com by
gudul...@gmail.com
on 1 Apr 2014 at 11:57