Skip to content

Instantly share code, notes, and snippets.

@pawl
Created December 6, 2020 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pawl/e445cf635166832ffa20241640d59ae6 to your computer and use it in GitHub Desktop.
Save pawl/e445cf635166832ffa20241640d59ae6 to your computer and use it in GitHub Desktop.
samsung evo+ sd card vs samsung bar usb 3.1 flash drive write performance on raspberry pi 4
# samsung evo+ sd card
pi@raspberrypi:~ $ dd if=/dev/zero of=/home/pi/test bs=8k count=50k conv=fsync; rm -f /home/pi/test
51200+0 records in
51200+0 records out
419430400 bytes (419 MB, 400 MiB) copied, 17.0585 s, 24.6 MB/s
pi@raspberrypi:~ $ dd if=/dev/zero of=/home/pi/test bs=8k count=50k conv=fsync; rm -f /home/pi/test
51200+0 records in
51200+0 records out
419430400 bytes (419 MB, 400 MiB) copied, 13.8276 s, 30.3 MB/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment