Penguin

Differences between version 4 and previous revision of ddNotes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Friday, June 8, 2007 5:19:49 pm by BenStaz Revert
Older page: version 3 Last edited on Friday, June 8, 2007 5:14:24 pm by BenStaz Revert
@@ -2,8 +2,10 @@
  
 Lets say that ''/dev/sda'' is the hdd we wish to clone, and that ''/dev/sdb'' is an empty drive that is to be used as the target. 
  
 * dd if=/dev/sda of=/dev/sdb bs=32768 
+  
+Node the destination harddrive should be equal or larger in size to the source harddrive.  
  
 ---- 
  
 !! Clone a CD/DVD