View Single Post
  #7  
Old July 31st 07, 07:08 PM posted to comp.arch.storage
Rob Turk[_2_]
external usenet poster
 
Posts: 13
Default Maximum Speeds for SATA Drives

"Will" wrote in message
...

70MB/s is OK for more-or-less modern SATA drive. The run seems to be long
enough to not be influenced by the cache.


Wow, amazing. What is the easiest way to setup a test to show that
performance level on a single drive?

--
Will


Boot a stand-alone Linux CD that supports your SATA adapter and then run a
large 'dd' directly from the raw drive device. Something like:
# time `dd if=/dev/hda of=/dev/null bs=32k count=1000000`

Rob