derrickchoi / s3fs

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

Memory Full. Urgent Issue #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I used the latest version of s3fs and loaded onto my ubuntu 7.10 AMI.

Every thing went fine and i was able to transfer 4.7 GB to my S3 bucket,
the problem was that i did not realize that s3fs does cache data to some
degree on to the local disk before sending the file out to the bucket.

My query is that how can i resolve the /dev/sda1 from being full to the
brim by s3fs. Could you tell me which folder s3fs is caching to so that i
could delete the temp files and recover my storage space.

Regards
Hareem

Original issue reported on code.google.com by hareem.haque@gmail.com on 2 Jan 2008 at 3:29

GoogleCodeExporter commented 8 years ago
Hi Hareem-

s3fs caches files in "~/.s3fs" (a hidden folder in the user's home folder)

setting up a cron job to periodically "rm -rf ~/.s3fs" should work!

Original comment by rri...@gmail.com on 2 Jan 2008 at 5:19

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thanks man.

Original comment by hareem.haque@gmail.com on 2 Jan 2008 at 6:17

GoogleCodeExporter commented 8 years ago
latest s3fs release (svn version 43 or later) no longer has local file cache

Original comment by rri...@gmail.com on 18 Feb 2008 at 5:46