pradeepgn / s3fs

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

du and df shows wrong used size #413

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Detailed description of support request:

Commands like "du" or "df" shows wrong used size on the mounted s3 bucket.
I have a few hundreds GB of files in my S3 bucket, but after mounting it using 
s3fs, those du and df shows only a few MB used.

Is this a bug?

Thanks for you support.

===================================================================
The following information is very important in order to help us to help
you.  Omission of the following details may delay your support request or
receive no attention at all.
===================================================================
Version of s3fs being used (s3fs --version): Amazon Simple Storage Service File 
System 1.74
Copyright (C) 2010 Randy Rizun <rrizun@gmail.com>
License GPL2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Version of fuse being used (pkg-config --modversion fuse): 2.9.3

System information (uname -a): Linux ip-192-168-118-29 
3.4.76-65.111.amzn1.x86_64 #1 SMP Tue Jan 14 21:06:49 UTC 2014 x86_64 x86_64 
x86_64 GNU/Linux

Distro (cat /etc/issue): Amazon Linux AMI release 2013.09    Kernel \r on an \m

s3fs command line used (if applicable): /usr/local/bin/s3fs 
mnc-support-web-contents /WWW/DATA -o allow_other

/etc/fstab entry (if applicable): #
LABEL=/     /           ext4    defaults,noatime  1   1
tmpfs       /dev/shm    tmpfs   defaults        0   0
devpts      /dev/pts    devpts  gid=5,mode=620  0   0
sysfs       /sys        sysfs   defaults        0   0
proc        /proc       proc    defaults        0   0
/dev/sda3       none    swap    sw,comment=cloudconfig  0       0

s3fs syslog messages (grep s3fs /var/log/syslog): Feb 18 05:53:20 
ip-192-168-118-29 s3fs: init $Rev: 497 $
Feb 18 08:46:35 ip-192-168-118-29 s3fs: init $Rev: 497 $
Feb 18 18:48:22 ip-192-168-118-29 s3fs: init $Rev: 497 $
Feb 18 18:53:07 ip-192-168-118-29 s3fs: init $Rev: 497 $

Original issue reported on code.google.com by macnica...@gmail.com on 18 Feb 2014 at 10:26

GoogleCodeExporter commented 8 years ago
Hi,
Sorry for replying too late.

Maybe this was a bug and fixed it.
You can see Github issue#5(https://github.com/s3fs-fuse/s3fs-fuse/issues/5) and 
can use latest master branch or version 1.76.

* Please use latest version s3fs which is moved to 
Github(https://github.com/s3fs-fuse/s3fs-fuse).

Thanks,

Original comment by ggta...@gmail.com on 6 Apr 2014 at 2:12