Penguin

Differences between version 7 and previous revision of ddNotes.

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

Newer page: version 7 Last edited on Saturday, June 9, 2007 11:12:02 am by BenStaz Revert
Older page: version 6 Last edited on Saturday, June 9, 2007 10:59:47 am by BenStaz Revert
@@ -1,4 +1,10 @@
+!! Erase a Harddrive (zero fill)  
+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.