Linked by David Adams on Tue 3rd Aug 2010 17:20 UTC, submitted by lemur2
Thread beginning with comment 435462
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[5]: Benchmarks are only One criteria
by ichi on Thu 5th Aug 2010 16:14
in reply to "RE[4]: Benchmarks are only One criteria"
I'm talking about sata/pata bandwidth, USB2 tops out at 480Mbps so its not really going to max out your internal drive to the point where your system becomes unresponsive.
I see.
So what about the script to create those 1000 files? It writes on the HD, no USB involved:
for ((c=1;c<=3000;c++))
do
dd if=/dev/zero of=test$c.bin bs=1000000 count=1
done
Or copying all those files to another folder on the same HD?
I can still watch a HD movie with some framerate loss at times (but no audio skips, and non HD movies play just fine), and everything stays responsive.
Anything else I can do to try bringing my desktop to a crawl? I only have one IDE hard drive, so I can't test copying between two of them.
Edited 2010-08-05 16:16 UTC
RE[6]: Benchmarks are only One criteria
by jrash on Thu 5th Aug 2010 22:42
in reply to "RE[5]: Benchmarks are only One criteria"





Member since:
2008-10-28
I'm talking about sata/pata bandwidth, USB2 tops out at 480Mbps so its not really going to max out your internal drive to the point where your system becomes unresponsive.