I am copying 2 virtual machines from one SSD to another SSD using Windows 7 64bit. The data is about 40+GB. My virtual disks are not split; one is 30GB and the other 8GB. Windows started copying at 200MB/sec and 30 mins later I am at 20MB/second, and still not done. Copying the same data over my 1Gbps network was less than 15mins (SSD to SSD). The operating system is not on these disks, and I am not using them while I am doing the copy.

link|improve this question
3  
What are the sustained read and write speed specs on the two drives in question? – techie007 Apr 21 '11 at 0:28
My guess is it's the way that Microsoft handles it's data transfer... i.e. dumps to memory first then to HDD or in your case SSD. – KronoS May 4 '11 at 5:05
feedback

1 Answer

Try connecting the drives to physically separate SATA controllers. If this resolves the problem, then the cause is most likely that they were sharing the same controller and you were experiencing a bottleneck.

Also, any disk caching providing by your Operating System may be skewing the initial transfer speed statistics.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.