Check Allocation Unit Size of NTFS Partition

0
3321
PowerShell Hand

Question

How i can check the allocation unit size of my disk drive using command prompt?

Answer

Open the administrator command prompt and run the following command

fsutil fsinfo ntfsinfo [your drive]

Example

fsutil fsinfo ntfsinfo C:
Bytes per cluster
Bytes per Cluster

If you like this article, please share, subscribe or you can follow our Facebook Page and Twitter.

LEAVE A REPLY

Please enter your comment!
Please enter your name here