You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When specifying a blocksize in megabytes you need to use a capital M. Otherwise you get this error:
```
wichert@kim $ dd bs=1m if=2014-01-07-wheezy-raspbian.img of=/dev/disk1
dd: invalid number '1m'
```
0 commit comments