[Gllug] Disk Wipe
Tethys
tet at createservices.com
Mon May 24 11:11:31 UTC 2004
"FORSTER, David" writes:
>I want to perform a secure wipe of a disk. You know the type of thing
>where you overwrite the data on the disk with (pseudo)random bytes
>before marking it as deleted in the FAT (or equivalent). I don't care
>if I lose the partition table or not because it will be repartitioned
>etc. anyway.
for i in 1 2 3 4
do
dd if=/dev/urandom of=/dev/hda
done
Should take care of it quite nicely.
Tet
--
Gllug mailing list - Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug
More information about the GLLUG
mailing list