I have an external hard drive that I needed to copy about 30 GB from. 8 DVD image files. The copy started out at 160 MB/s, quickly went down to around 80 MB/s and then slowly during the process it has now gone down to 11 MB/s (2.7 GB left)... What is going on here? Why does this happen?

Using Windows 7, copying from an NTFS formatted USB drive, SAMSUNG HM160HI USB Device. As far as I know it is connected to a USB 2.0 (otherwise I think Windows would have complained?) and it is platters, not solid state.

I'm getting the transfer speeds from the regular Win7 copying dialog (after clicking the Show Details button)

link|improve this question

68% accept rate
Is this a USB drive? Is it in a USB 2.0 port? Is it solid state or platters? Where are you getting the transfer speeds from? – JNK Sep 10 '10 at 13:45
I've recently been moving large amounts of data around and, upon investigation, found this effect everywhere. It had me completely stumped. – Josh Oct 26 '10 at 22:14
feedback

1 Answer

up vote 8 down vote accepted

OS and drive buffers have filled up/been exhausted, and now you're transfering data as fast as the hard drive can supply/consume it.

link|improve this answer
3  
+1 - It's also possible the initial estimates were inaccurate, or that there was compression coming in to play that's not applicable on the whole drive. – JNK Sep 10 '10 at 13:58
Is there a program or something I can use to measure where the bottle neck is? Not extremely important, but would just be interesting to see if it's my system or the drive or the connection or what it is. – Svish Sep 10 '10 at 14:08
3  
The bottleneck on any modern system is almost always the hard drives. Poor-quality controllers may also contribute to it, but this is not testable without removing the drive from the enclosure. – Ignacio Vazquez-Abrams Sep 10 '10 at 14:13
1  
Disk IO is your limiting factor 9 times out of 10, especially with physical media (i.e. not SSDs). I work with very large databases and it's our bottleneck too. – JNK Sep 10 '10 at 14:14
But is it the internal or the external ones that are likely to be the "problem"? Or do they work the same way and are there for equally "at fault"? – Svish Sep 12 '10 at 15:54
show 3 more comments
feedback

Your Answer

 
or
required, but never shown

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