pradeepgn / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

cp/mv 15MB file failing #390

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I'm trying to copy/move a 15MB file on an S3 mount but the command is failing:

# mv testfile /mnt/
mv: closing `/mnt/testfile': Operation not permitted

I am performing this operation as root and the AWS user has full permissions on 
the bucket:

Smaller files up to approx 12MB are copied/moved without any problem. Larger 
files fail.

------------------------------------
Version of s3fs being used: 1.73

Version of fuse being used: 2.8.4

System information: Linux SRV-01 2.6.19.1_20070104 #1 SMP Thu Jan 4 16:38:21 
CET 2007 i686 GNU/Linux

Distro: Debian GNU/Linux 4.0

s3fs command line used: s3fs -f -d -d mybucket /mnt/

/etc/fstab entry: n/a

s3fs syslog messages: see attached debug log

Original issue reported on code.google.com by jeremyjr...@gmail.com on 18 Nov 2013 at 4:32

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,

This problem is that uploading the object(file) failed because something error 
occurred but did not retry it.
I checked in new revision(r498), I think it solves this problem.

Please check out new revision and try to use it.

Thanks a lot.

Original comment by ggta...@gmail.com on 19 Nov 2013 at 1:52

GoogleCodeExporter commented 8 years ago
thank you this seems to have fixed the problem.

Original comment by jeremyjr...@gmail.com on 19 Nov 2013 at 11:43

GoogleCodeExporter commented 8 years ago
I seems like good.
I closed this issue.
Thanks a lot.

Original comment by ggta...@gmail.com on 20 Nov 2013 at 5:58