Closed geerlingguy closed 9 years ago
How to pop the trim microSD card into a Mac, build an image from it, and compress that image, then clone that image to new cards with dd.
dd
$ diskutil list
/dev/disk3
$ sudo dd if=/dev/disk3 of=~/Desktop/diet-raspbian.dmg
TODO:
How to pop the trim microSD card into a Mac, build an image from it, and compress that image, then clone that image to new cards with
dd
.