Skip to content

Instantly share code, notes, and snippets.

@pawl
Created December 6, 2020 22:39
Show Gist options
  • Select an option

  • Save pawl/e445cf635166832ffa20241640d59ae6 to your computer and use it in GitHub Desktop.

Select an option

Save pawl/e445cf635166832ffa20241640d59ae6 to your computer and use it in GitHub Desktop.

Revisions

  1. pawl created this gist Dec 6, 2020.
    5 changes: 5 additions & 0 deletions sd_card.txt
    Original 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
    4 changes: 4 additions & 0 deletions usb_drive.txt
    Original 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