Skip to content

A user friendly bash script which helps evaluate the average read speed of a storage device

License

Notifications You must be signed in to change notification settings

nohouse-felix/drive_speedtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Drive Speedtest

A user friendly bash script which evaluates the average read speed of a storage device using hdparm

Picture of a penguin style USB drive

This script uses the package 'hdparm' to evaluate the read speed of a specified drive present on the user's system. It does so three times and then calculates the average read speed out of these three results. The user gets prompted to provide the needed information, so no manual calculation or other terminal work is necessary.

After acquiring the script, make it executable by issuing the following command, assuming is is in your current working directory:

chmod +x drive_test.sh

and then run with sudo:

sudo ./drive_test.sh

About

A user friendly bash script which helps evaluate the average read speed of a storage device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages