Tagged Questions
0
votes
3answers
184 views
df -h showing wrong output in GB
If I list df output for KB, MB and GB, they do not match e.g.
$ df -k |grep xvdb
/dev/xvdb1 12796048 732812 11413172 7% /xxx
$ df -m |grep xvdb
/dev/xvdb1 12497 ...