Quantcast
Channel: Tiny Core Linux
Viewing all articles
Browse latest Browse all 18826

Re: How can I make an image file from working SD card.

$
0
0
I'll generally just shove a USB stick into the Pi and run something like

Code: [Select]
dd if=/dev/mmcblk0 of=/mnt/sda1/image.img bs=1M count=400
(I keep mmcblk0p2 fairly small so that backing it up goes quickly).

Viewing all articles
Browse latest Browse all 18826