Why is there a difference in the used size between dfc and df -h?
$ df -h
Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf
/dev/sda7 64G 51G 11G 83% /
none 4,0K 0 4,0K 0% /sys/fs/cgroup
udev 3,9G 4,0K 3,9G 1% /dev
tmpfs 801M 1,5M 799M 1% /run
none 5,0M 0 5,0M 0% /run/lock
none 4,0G 148K 4,0G 1% /run/shm
...
$ dfc
FILESYSTEM (=) USED FREE (-) %USED AVAILABLE TOTAL MOUNTED ON
/dev/sda7 [=================---] 83% 10.6G 63.9G /
none [--------------------] 0% 4.0K 4.0K /sys/fs/cgroup
udev [=-------------------] 0% 3.9G 3.9G /dev
tmpfs [=-------------------] 0% 798.7M 800.1M /run
none [--------------------] 0% 5.0M 5.0M /run/lock
none [=-------------------] 0% 3.9G 3.9G /run/shm
...
I wouldnt round 3.9 up to 4 and then display 4,0 that makes no sense to me.
df -k)? Are you sure they didn't change between your two measurements?