Get the Allocation Unit Size from NTFS disk
Use the fsutil command:
fsutil fsinfo ntfsinfo [drive letter]
You'll have to run this command with administrator privileges.
Now that powershell has caught up and has fledged out a little bit you can run this code in a powershell window:
Get-Volume | Format-List AllocationUnitSize, FileSystemLabel