Share on FacebookIf you have a MSA or another SAN solution you can increase the performance of the hardware a lot with the help of the diskpart tool that's available thru the prompt. This is only for windows 2003 since windows 2008 will align the partitions by default.
- Create the machine and the disk.
- Mount the disk in an existing virtual machine.
- Delete all partitions on the disk.
- Open a promt and execute diskpart.exe
- At the Diskpart command prompt, type List Disk and press Enter. If the disk you want to align does not appear in the list make sure that it exists and is accessible using the Disk Management snap-in.
- At the Diskpart command prompt, type Select Disk X, where X is the number of the disk as shown in the output of the List Disk command. Diskpart should return a message that indicates that Disk X is the selected disk.
- At the Diskpart command prompt, type Create Partition Primary Align=X, where X is either 32 or 64, depending on the recommendation from your storage vendor. If your storage vendor does not have any specific recommendations, it is recommended that you use 64.
- Shutdown the machine and and mount the disk in the intended machine.
This is the same steps as I found in this article on Technet.
70ec3378-74f5-4a3e-aab4-3ca0731d4744|0|.0