re-align without data loss:
http://www.forum.crucial.com/t5/Solid-State-Drives-SSD/Re-alignment-without-data-loss/m-p/4829
Download this file:
http://sourceforge.net/projects/gpa...ble/0.4.6-1/gparted-live-0.4.6-1.iso/download
Follow instruction:
1. Make sure the disk is backup/cloned
2. Boot the system with the Gparted live CD.
3. Select the parition you are wanting to resize and choose (Move/Resize)
4. Remove Round to Cylinders
5. Free 10mb from the left side
6. Once the move completes, exit Gparted, not the entire live CD, just the Gparted application
7. Start the terminal window on the live CD
8. In the command window type 'parted /dev/sda' to start the command line parted editor
9. Create a new partition at the start of the disk to fill in the space up to the section where you want to align your parition. For example, if you want your system partition to start at sector 128, create a very small partition that takes up space from sectors 63-127. The command would be something like this:
mkpart primary 63s 127s
This tells parted to create a new primary partition from sector 63 to sector 127. That means the very next sector available is 128, a stripe aligned partition. You may want a different start sector based on your array (some use 64K, some 128K, some bigger) but I've found the 128K alignment to work well with both 64K (Equallogic) and 128K (EMC Clariiion) stripe sizes.
10. Exit parted and restart the Gparted GUI by clicking the Gparted icon.
11. Use the Move/Resize option to resize the NTFS partition to fill the entire remaining space. And uncheck round to cylinders.
12. Exit gparted, run parted again, remove the small partition you created earlier . Command: Help, Print, RM # and reboot.