How can I read Total bytes per sector value using PowerShell or Cmd?

243 Views Asked by At

I heard that the disk sector's size is not 512 bytes, but 571 bytes.

Total bytes per sector: 571 bytes (59 B for Header + 512 B for Data)
Data bytes per sector: 512 bytes

And I want to query using PowerShell or Cmd Prompt to view that number '571' .

P.S. Failed with fsutil fsinfo ntfsinfo [Drive Letter]

enter image description here

0

There are 0 best solutions below