Penguin

Differences between version 3 and previous revision of ddNotes.

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

Newer page: version 3 Last edited on Friday, June 8, 2007 5:14:24 pm by BenStaz Revert
Older page: version 1 Last edited on Friday, June 8, 2007 5:04:04 pm by BenStaz Revert
@@ -1,9 +1,9 @@
 !! Clone a Harddrive 
  
 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 
+* dd if=/dev/sda of=/dev/sdb bs=32768  
  
 ---- 
  
 !! Clone a CD/DVD