Raspberry Piを再インストールする際のログ

何回も調べるのが面倒なのでここに記す

完全に自分のメモなのでこの通りにやってもできないことがあるよ! rdisk1のrはどこから出てきたとかsはどこいったは調べてね!

macでの作業

ディスクユーティリティーを開いてsdカードをフォーマット。

スクリーンショット 2015-05-20 22.13.55

その後、 [shell gutter="false"] [astel@MacBook-Pro ] $ df -h Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/disk1s1 15Gi 2.3Mi 15Gi 1% 0 0 100% /Volumes/UNTITLED [/shell] とかでるのでこれをunmount

[shell gutter="false"] [astel@MacBook-Pro ] $ sudo diskutil unmount /Volumes/UNTITLED Volume UNTITLED on disk1s1 unmounted [/shell]

書き込む [shell gutter="false"] [astel@MacBook-Pro ] $ sudo dd bs=1m if="/Users/astel/Desktop/なんか/2015-02-16-raspbian-wheezy.img" of="/dev/rdisk1" 3125+0 records in 3125+0 records out 3276800000 bytes transferred in 243.175301 secs (13475053 bytes/sec) [/shell]

終わり