Linux Test Hdd Writing Speed Linux November 29, 2017 Mehmetcan Yegen Leave a comment Let’s say you want to test how good your brand new hard drive In this case, our hdd is sda1 You can simply use the following code dd if=/dev/sda1 of=/tmp/test.data bs=1k count=128k