Why the count is reported different by various tools/commands within same OS ?
1) Under Microsoft Windows MyComputer properties of C: capacity is reported as 27,454,861,312 bytes = 6702847 clusters (4K allocation unit. capacity / 4096) or 53622776 sectors (capacity / 512)
2) Chkdsk C: report 26811391 KB = 27,454,864,384 bytes = 6702847.75 clusters (4K allocation unit. capacity / 4096) or 53622782 sectors (capacity / 512)
3) fsutil fsinfo ntfsinfo c: report total clusters = 0x00000000006646ff = 6702847 [Decimal]
4) wmic partition get size report 27,454,865,408 bytes = 6702848 clusters (4K allocation unit. capacity / 4096) or 53622784 sectors (capacity / 512)