Freshly delivered FOSS screencasts - every Friday.

#20 Low Level Data Copying with dd

If you need to copy data, byte for byte, you use dd. dd can do many great things like copying a hard disk to another disk, making .iso's of CDs or DVDs, and making backup images of data.

Further, dd can zero out a drive, create files with random data, dig into your memory, make backup of your master boot record, bench test your disks... the list goes on.

In this episode we'll just scratch the surface by making copies of our hard disk, restoring that hard disk with the image, and making .iso's from a CD.

Uploaded on Jan 15, 2010 | 5:31 | Tags: dd

Click to Play


If you enjoyed this episode, be sure to check out the newest Technicast on Apache2. All purchases support FOSSCasts.


Add Comment


1. Pratik on Jan 17, 2010

dc3dd [0] does the same thing, but it shows it's progress. example of dc3dd usage dc3dd progress=on if=/dev/sdf of=blarg [0] - http://dc3dd.sourceforge.net/

2. Pratik on Jan 17, 2010

sorry I just realized, in doesn't leave br tags. [0] is not part of the example.

3. John on Jan 17, 2010

Cool, thanks for that Pratik. Yeah, ALL html is stripped out :)

Name

Email (not shared)

Website URL

Comment (no code please)