Penguin

Differences between current version and previous revision of ddNotes.

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

Newer page: version 8 Last edited on Saturday, June 9, 2007 11:34:10 am by BenStaz
Older page: version 7 Last edited on Saturday, June 9, 2007 11:12:02 am by BenStaz Revert
@@ -2,8 +2,10 @@
 This command attempts to write a zero at every writable location on your hard drive. 
 Before using the command, I recommend triple checking that you are indeed erasing the correct harddrive! 
  
 *dd if=/dev/zero of=/dev/hda bs=1M 
+  
+----  
  
 !! 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.