You stated that you simply formatted your OS partition. (I'm assuming you used Window's tools, included in the installation ISO/DVD. Correct me if I'm wrong) Do you use a hardware RAID controller, or is it a "fakeraid"? If hardware, does it have it's own memory banks? I know this isn't the cause, but it's worth looking into.. Are your partitions aligned properly, and is the stripe size optimal for the disks erase block size? You stated you left your boot partition intact between OS benchmarks. This indicates that you didn't do a low level erase on each disk in the array and rebuild it. Without releasing the charges in the NAND cells, it must be done at the time of the write, thus causing several nano seconds of delay multiplied by the millions(?) of cells. (this is completely subject to different disk firmwares, which are industry secrets so nobody can know what takes place, so let's assume the worst) Perhaps the disks aren't/weren't TRIMed adequately before each benchmark, and during normal usage. Check into your system's garbage collection implementation and see what controls it between the two OSes (Windows, RAID controller, disk firmware, etc). I know on my PCIe SSD fakeRAID-0 RevoDrive, there's no way for me to actually instruct Windows to perform TRIM, however Linux does it quite easily. Strange..? Thats all I got for now, thanks for starting this thread, I learned a few quick tricks to boost my systems performance. -HNx