Skip to content

Instantly share code, notes, and snippets.

@norbekaiser
Last active March 7, 2016 08:23
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 norbekaiser/e55999acd0dceff61bf1 to your computer and use it in GitHub Desktop.
Save norbekaiser/e55999acd0dceff61bf1 to your computer and use it in GitHub Desktop.
pi3_a
norbert@norbbook:~$ df -h
Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf
/dev/sda5 71G 30G 38G 45% /
udev 10M 0 10M 0% /dev
tmpfs 673M 9,1M 663M 2% /run
tmpfs 1,7G 156K 1,7G 1% /dev/shm
tmpfs 5,0M 4,0K 5,0M 1% /run/lock
tmpfs 1,7G 0 1,7G 0% /sys/fs/cgroup
tmpfs 337M 8,0K 337M 1% /run/user/118
tmpfs 337M 16K 337M 1% /run/user/1000
/dev/mmcblk0p2 15G 976M 13G 7% /media/norbert/859cf567-e7d3-4fa7-82b8-cb835cd272c6
/dev/mmcblk0p1 60M 20M 41M 34% /media/norbert/boot
#!/bin/sh
unzip 2016-02-26-raspbian-jessie.zip
dd if=<path to extracted filename>.img of=/dev/mc<something>
#!/bin/sh
watch -n1 pkill -USR1 -x dd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment