couldnt' find any posts relating to this so perhaps this will be an interesting one...
when creating a new disk in starwind, specifying number of sectors per block...
According to this : http://www.starwindsoftware.com/starwin ... cdpnew.htm
"The Number of sector per block value can help you to improve performance of the target. If the applications that operate with data on the target mostly operate with 4 KB data blocks, it is recommended to set Number of sector per block value to 16. If the application operates with 64 KB data blocks, it is recommended to set Number of sector per block value to 128."
So, does this refer to the allocation unit size on the disk? I'm thinking not, I'm actually thinking SQL Server and 8KB pages =) as it does say "application".
The big question: Is it a good idea is to set this to 32 to better support 8KB page retrieval for SQL Server? And perhaps when formatting this disk, use 8KB allocation unit size, rather than 4KB?

Or is it better to set this to support the allocation unit size that the disk will be formatted with?