The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > BSD
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 07-03-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
If you have a /dev/random you could pipe it into "dd" to write directly over the complete partition.

dd if=/dev/random of=/dev/partition

then do mkfs on the partition again.
Reply With Quote