373 bytes added
, 20:00, 7 May 2015
== dd ==
It's used to manage images (create / dump)<br />
To dump an image to a device (WARNING, IF YOU ENTER THE WRONG DEVICE IT WILL BE OVERRITEN)
dd bs=4M if="/home/linux/2013-02-09-wheezy-raspbian.img" of=/dev/mmcblk0
To create an image from a CD:
dd if=/dev/cdrom of=/tmp/cdimg1.iso
(*) Note: The cdrom must not be mounted.<br />
You can check the image with md5sum.