storage-speed-test/README.md
Steven Hubert 28bf1aeedd Update README.md
Tiny change, but caught me up for a while I am ashamed to say. Thank you for this.
2020-10-07 23:22:51 +03:00

11 lines
419 B
Markdown

# Test read/write speed of SD/microSD/USB/SSD/HDD.
Bash script for Mac OS X and Linux to test SD/microSD card or SSD/HDD/USB drive read and write speed.
Usage:
```
$ bash sd_card_speed_test.sh <path to directory which should be tested>
```
IE: `/Volumes/Untitled` and not `/dev/disk2`
Note: administrator password is necessary for sudo to reset file system cache. Read speed result is incorrect without cache reset.