Full Disclosure mailing list archives

Re: Erasing a hard disk easily


From: "Aditya, ALD [ Aditya Lalit Deshmukh ]" <aditya.deshmukh () online gateway technolabs net>
Date: Tue, 13 Jul 2004 08:10:30 +0530

An overwrite with alternating zeros and ones will defer almost anbody, and so 
will a random-data overwrite, provided both are repeated at least 3-5 times.

[ the command for dd overwrite with zeros is: dd if=/dev/zero of=/dev/hd? ]


so here are the actual command that you will have to run, 

dd if=/dev/zero of=/dev/hd? ; dd if=/dev/full of=/dev/hd? ; dd if=/dev/urandom of=/dev/hd?


is the addition of /dev/full sufficent ie /dev/zero alternated by /dev/full should do the trick ? ie write zeros and 
ones on the disk, followed by random writes. done 5 times should it be enought?

-aditya

ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
éb½êÞvë"žaxZÞx÷«²‰Ú”Gb¶*'¡óŠ[kj¯ðÃæj)m­ªÿr‰ÿ

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html


Current thread: