This should be really simple but I can't just figure it out. I want to get the cluster size for a partition, e.g. 512, 1024, 2048 .. etc. How can I get this?
On my Windows XP I use a small utility called TreeSize to get the cluster size along with many other details, I believe it should work with Windows 2008 too but I can't believe it's not possible without a utility.
Your help is really appreciated
Use the following command:
This will show you smilar to the following:
You can use diskpart to do this. It's a little involved but it also prevents you from putting another utility on the server.
Commands:
You want the "Allocation unit Size" entry.
You can look for a small file (~1K) and check the Size on Disk value in the properties. That will be the cluster size for the volume.
Run chdsk and look at the allocation unit size. This is the cluster size.