Hi, all
How can I determine the size of one cluster in specified file system, such
as FAT32 or NTFS?
It is known that:
the Default Cluster Sizes can be decided by volume size.
for example(For NTFS):
Volume Cluster
0 to 512 MB ----- 512 bytes
513 MB to 1 GB ----- 1 KB
1025 MB to 2 GB ----- 2 KB
2 GB and greater ----- 4 KB
But how can I get this exact information from system (or some place on disk)?
Thanks a lot!