The du command shows 43G in use. I'm not sure whether that's base 2 in the sense of 2^30 or if it's base 10, in the sense of 10^9. But anyhow -
Running this du command from cygwin, to see the size of the windows directory (done from an administrative command prompt - since it seemed to have some issues reading some directories otherwise)
user@comp ~
$ du -sh /cygdrive/c/windows
43G /cygdrive/c/windows
Windows Explorer which I understand shows it in 'base 2', (a larger unit for KB,MB,GB than base 10 KiB, MiB e.t.c.), and hence a lower quantity of that larger unit is required to give the same result.
Windows explorer shows
46.6GB , over 50 billion bytes. (according to windows explorer)
or
46.8GB , over 50 billion bytes. (according to windows explorer)
So, du aside.
Even if I multiply the larger figure, 46.8GB by 1.048576 then I get 49.0733568 that's not over 50 billion. So that's part A of the question, but then also, part B of the question, why is the du figure so low.
