dd if=/dev/sr0 of=myCD.iso bs=2048 conv=noerror,sync |
Creates an ISO disk image from a CD-ROM; in some cases the created ISO image may not be the same as the one which was used to burn the CD-ROM.[5] |
dd if=/dev/sda2 of=/dev/sdb2 bs=4096 conv=noerror |
Clones one partition to another. |
dd if=/dev/ad0 of=/dev/ad1 bs=1M conv=noerror |
Clones a hard disk “ad0″ to “ad1″ |
dd if=/dev/mapper/vgraid10-lvroot of=/dev/hdc2 bs=4096 conv=noerror