The UNIX and Linux Forums
>
OS Specific Forums
>
BSD
clean data from partition
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
clean data from partition
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
07-03-2007
porter
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.
porter
View Public Profile
Find all posts by porter