After extending my LVM I got a mismatch when using df -kh
.
Filesystem Size Used Avail Use%
/dev/mapper/Data-Media 11T 5,1T 5,3T 49%
However the usage is correct. Any suggestions on how to fix this?
After extending my LVM I got a mismatch when using df -kh
.
Filesystem Size Used Avail Use%
/dev/mapper/Data-Media 11T 5,1T 5,3T 49%
However the usage is correct. Any suggestions on how to fix this?
df -k -B 1
– kos Aug 24 '15 at 11:19/dev/mapper/Data-Media 11907648708608 5501401092096 5806113181696 49%
– Benjh Aug 24 '15 at 11:28df
is doing those calculations. This is what I get:11907648708608 B * 49 / 100 = 5834747867217.92 / 1024^4 T = 5.3066722714155912 T =~ 5.3T
and11907648708608 B * 51 / 100 = 6072900841390.08 / 1024^4 T = 5.5232711396366358 =~ 5.5T
– kos Aug 24 '15 at 12:15