Copy Raspberry Image to a microSD Card
[type] df -h > to see what devices are currently mounted > look for sdx where /dev/mmcblk0 is located [type] dd if=/path/myimagefile.img of=/dev/sdx bs=4M
[type] df -h > to see what devices are currently mounted > look for sdx where /dev/mmcblk0 is located [type] dd if=/path/myimagefile.img of=/dev/sdx bs=4M