Я использую fsutil
чтобы получить информацию о диске. Вот фактический результат:
NTFS Volume Serial Number : ...
Version : 3.1
Number Sectors : 0x0000000004fccfff
Total Clusters : 0x00000000009f99ff
Free Clusters : 0x00000000006d6faf
Total Reserved : 0x00000000000017c0
Bytes Per Sector : 512
Bytes Per Cluster : 4096
Bytes Per FileRecord Segment : 1024
Clusters Per FileRecord Segment : 0
Mft Valid Data Length : 0x0000000003cc0000
Mft Start Lcn : 0x00000000000c0000
Mft2 Start Lcn : 0x0000000000000002
Mft Zone Start : 0x000000000030d7c0
Mft Zone End : 0x0000000000319fe0
RM Identifier: ...
Разве (Number Sectors * Bytes per Sector)
не должно равняться (Total Clusters * Bytes per Cluster)
?
Расчет по секторам : 83677183*512 = 42842717696
Расчет на основе кластера: 10459647*4096 = 42842714112