Testare la velocità dell’Harddisk con Linux

dalla shell basta lanciare: (dove sda è il disco)

 $ sudo hdparm -tT /dev/sda

oppure (dove hda è il disco)

 $ sudo hdparm -tT /dev/hda

il risultato del mio test

Risultato test velocità harddisk

per verificare la velocità dell’interfaccia SATA

sudo hdparm -I /dev/sda | grep -i speed

il risultato del mio test

Check Sata speed

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>