I need to find out the "Allocation Unit Size" selected when a particular hard-disk was formatted.

It doesn't appear in the properties information for the drive.

Is there any easy way to get this information?

link|improve this question
feedback

1 Answer

up vote 7 down vote accepted

Use the fsutil command:

fsutil fsinfo ntfsinfo [drive letter]

You'll have to run this command with administrator privileges.

enter image description here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.