Penguin

Differences between version 5 and previous revision of ddNotes.

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

Newer page: version 5 Last edited on Friday, June 8, 2007 5:20:06 pm by BenStaz Revert
Older page: version 4 Last edited on Friday, June 8, 2007 5:19:49 pm by BenStaz Revert
@@ -3,9 +3,9 @@
 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. 
+Note : the destination harddrive should be equal or larger in size to the source harddrive. 
  
 ---- 
  
 !! Clone a CD/DVD