Created
March 9, 2025 03:08
-
-
Save nicholatian/b70dfa0c71c638f736f603f14bfb8777 to your computer and use it in GitHub Desktop.
32GB µSDHC card performance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Read command: dd if=/dev/sdx of=/dev/null bs=4M count=256 conv=sync | |
Write command: dd=/dev/urandom of=/dev/sdx bs=4M conv=sync | |
Figures below are from using status=progress in the command invocation | |
and are denominated in megabytes per second (MB/s). All cards were run | |
through a USB 2.0 UHS-I card reader on Jericho. | |
Card | Read | Write | |
--------+------+------- | |
Lexar | 24.3 | 23.0 | |
SanDisk | 24.2 | 12.9 | |
Samsung | 17.7 | 22.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment