Created
December 6, 2020 22:39
-
-
Save pawl/e445cf635166832ffa20241640d59ae6 to your computer and use it in GitHub Desktop.
Revisions
-
pawl created this gist
Dec 6, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # 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 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ 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