While running fsutil fsinfo ntfsinfo [DRV], the results returned values like
C:\Tool>fsutil fsinfo ntfsinfo c:
NTFS Volume Serial Number : 0x08541557541548b8
NTFS Version : 3.1
LFS Version : 2.0
Number Sectors : 0x00000000573c07ff
Total Clusters : 0x000000000ae780ff
Free Clusters : 0x0000000003721796
Total Reserved : 0x0000000000001340
Bytes Per Sector : 512
Bytes Per Physical Sector : 4096
Bytes Per Cluster : 4096
Bytes Per FileRecord Segment : 1024
Clusters Per FileRecord Segment : 0
Mft Valid Data Length : 0x0000000020180000
Mft Start Lcn : 0x00000000000c0000
Mft2 Start Lcn : 0x0000000000000002
Mft Zone Start : 0x0000000002a9bcc0
Mft Zone End : 0x0000000002aa3300
Resource Manager Identifier : A6A38FE6-8FF6-11E2-A5A0-A0B3CCCDE416
Out of all these I'm interested in "Bytes Per FileRecord Segment" which would either be 1024 or 4096 (when formatted with /L). The command above is good when used on a NTFS filesystem only.
If any one can help me to get this value for REFS and identify a way to get it from WMIC.
thanks.
yup