Displaying 1 result from an estimated 1 matches for "kshxc".
Did you mean:
  kshrc
  
2010 Feb 01
3
very large difference between df and du (10 GB, hard to believe)
...using 29 GB
[root at cedrat-rt ~]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1              33G   29G  2.8G  92% /
none                  506M     0  506M   0% /dev/shm
(there are no other partitions - ok, I could have partitioned it a bit more)
but according to 
du -kshxc /*
my largest directory is /var (because of mysql) and the grand total is
19 GB
I have a 10 GB difference between both outputs.
I verified with
tune2fs -l /dev/sda1
(...)
Block count:              8703205
Reserved block count:     435160
that is, the ordinary 5%
the journal size :
debugfs -...