Test the hard disk speed
nov.16, 2009 in intermediate , terminal
The following terminal command to do a speed test to your hard drive and gives the results
time dd if=/dev/zero of=TEST bs=4k count=512000
The following terminal command to do a speed test to your hard drive and gives the results
time dd if=/dev/zero of=TEST bs=4k count=512000
October 13th, 2011 at 5:55
Thanks friend, was looking for this!