Create Duplicate of the Raspberry SDCard
df -h to see the sdcard information. On Linux, you can use the standard dd tool: dd if=/dev/sdx of=/path/to/image bs=1M Where /dev/sdx is your SD card.
df -h to see the sdcard information. On Linux, you can use the standard dd tool: dd if=/dev/sdx of=/path/to/image bs=1M Where /dev/sdx is your SD card.