As I understand it, for SSD it's important to have partitions starting at the proper offset (i.e. correctly aligned). How can I check this offset under Windows Vista?
|
Just run "C:\Program Files\Common Files\Microsoft Shared\MSInfo.exe", go to "Components > Storage > Disks" and find "Partition Starting Offset". It will be in bytes, divide the number by 512 to convert into sectors. On my SSD it is 1Mb (1 048 576 bytes), but as far as i know, 128k is enough. On x64 you need to run msinfo32 |
|||||
|
|
You are right, but it does not work like that on Windows XP. There you can use diskpart:
And you'll get geometry information and disk partition information. I hope this helps. |
||||
|
|
|
I use the Paragon Alignment Tool, which comes with Paragon products, or can be bought seperately. |
|||
|
|
|
In Windows XP:
should show HiddenSectors divisible by 64 and StartingOffest divisible by 32768 In Vista:
|
|||||||
|
|
Per OCZ
|
|||
|
|
|
To check alignment, start "wmic" with admin rights, and enter command "partition get BlockSize, StartingOffset, Name, Index" (wmic is available in Win7, possibly Vista) |
|||
|
|