Can someone explain to me the difference between 4K Random Write vs 4K Random Write (4K aligned) as Anand has them in the test bench? I searched and found this one review (http://www.anandtech.com/show/3618/intel-x25v-in-raid0-faster-than-x25m-g2-for-250/3):
Is this basically saying, if you run WinXP or older, look at the "unaligned" benchmarks, while if you run Vista, Win7, recent Linux kernals or Mac OS, look at the "4k aligned" bench? Can you manually align a partition in WinXP to get the better performance?
I've had to run this test two different ways thanks to the way the newer controllers handle write alignment. Without a manually aligned partition, Windows XP executes writes on sector aligned boundaries while most modern OSes write with 4K alignment. Some controllers take this into account when mapping LBAs to page addresses, which generates additional overhead but makes for relatively similar performance regardless of OS/partition alignment. Other controllers skip the management overhead and just perform worse under Windows XP without partition alignment as file system writes are not automatically aligned with the SSD's internal pages.
Is this basically saying, if you run WinXP or older, look at the "unaligned" benchmarks, while if you run Vista, Win7, recent Linux kernals or Mac OS, look at the "4k aligned" bench? Can you manually align a partition in WinXP to get the better performance?