USB Drive speed testing app with test options

9,270

Solution 1

iozone (sudo apt-get install iozone3) gives you a stupid level of config and detail. There's also bonnie++ but I think that has less use in this case.

Solution 2

You can also try F3, from Michel Machado.

Solution 3

Open up a terminal window then type in:

sudo fdisk -l

to get the name of the partition and next:

sudo hdparm -Tt /dev/sda1 
Share:
9,270

Related videos on Youtube

Jeremy
Author by

Jeremy

Updated on September 17, 2022

Comments

  • Jeremy
    Jeremy almost 2 years

    I know there is a benchmark in the Disk Utility app, but I need something with a few more options. Some of my USB Drives are exhibiting weird results which may be due to testing patterns etc, so some test options would really help me out (chunk size, flush buffer on every write, test size, data pattern / access pattern)

    Any suggestions?

  • Sipi
    Sipi over 10 years
    obviously use only one sudo at a time :D