How can I determine the sector size in windows?

后端 未结 8 564
时光取名叫无心
时光取名叫无心 2020-12-22 23:01

How can I determine the Physical Sector Size (e.g. if i have an Advanced Format drive with 4,096 byte sectors rather than the legacy 512 byte sectors) in Wi

8条回答
  •  旧巷少年郎
    2020-12-22 23:37

    Windows 10 update:

    There is now a sectorInfo sub-command which may provide better information:

    C:\>fsutil fsinfo sectorInfo C:
    
    LogicalBytesPerSector :                                 512
    PhysicalBytesPerSectorForAtomicity :                    4096
    PhysicalBytesPerSectorForPerformance :                  4096
    FileSystemEffectivePhysicalBytesPerSectorForAtomicity : 4096
    Device Alignment :                                      Aligned (0x000)
    Partition alignment on device :                         Aligned (0x000)
    Performs Normal Seeks
    Trim Not Supported
    

提交回复
热议问题