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
df unmount fdisk -l dd if=debian-live-7.6.0-i386-standard.iso of=sdc bs=4M; sync