[Hidden-tech] Hard Disc Shredding Software Reccommendation?

Robert Heller heller at deepsoft.com
Sat Jan 27 19:37:08 EST 2007


At Fri, 26 Jan 2007 19:02:45 -0500 CPilch at YourBrandPartnership.com wrote:

> 
> MIME-Version: 1.0
> 
>    ** The author of this post was a Good Dobee.
>    ** You too can help the group
>    ** Fill out the survey/skills inventory in the member's area.
>    ** If you did, we all thank you.
> 
> 
> 
> 
> 
> 
> Can anyone recommend a good hard disc shredding program? Someone offered to
> buy an old PC of mine, and I want to completely wipe all traces of
> confidential client data from the hard disc.

You could get a Linux Live CD (I have several copies of Knoppix -- I can
give you one) and then use dd and /dev/zero:

dd of=/dev/hda1 if=/dev/zero
dd of=/dev/hda2 if=/dev/zero

This will write zero bytes onto those partitions.  Your buyer will have
to reformat all of the partitions (not only will the data be gone, so
will the file system itself).

You *could* just do

dd of=/dev/hda if=/dev/zero

This will completely clobber the partition table too.  You buyer will
need to repartition as well as reformat (and obviously re-install the
O/S). 

>  
>  
> Best regards,
> C
>  
> Christine Pilch
>  
>   <http://www.yourbrandpartnership.com/images/LogoTag.jpg> 
>  <blocked::http://www.yourbrandpartnership.com> www.YourBrandPartnership.com
>  <blocked::mailto:cpilch at yourbrandpartnership.com>
> CPilch at YourBrandPartnership.com
> 68 Dugan Road
> Ware, MA 01082
> 413-967-4433 (o)
> 413-537-2474 (c)
> 
> Content-Location: http://www.yourbrandpartnership.com/images/LogoTag.jpg
> 
> 
> This message contains data in an unrecognized format, image/jpeg,
> which is being decoded and written to the file named "/home/heller/Mail/Attachments/2-LogoTag.jpg".
> If you do not want this data, you probably should delete that file.
> Wrote file /home/heller/Mail/Attachments/2-LogoTag.jpg
> MIME-Version: 1.0
> 
> _______________________________________________
> Hidden-discuss mailing list - home page: http://www.hidden-tech.net
> Hidden-discuss at lists.hidden-tech.net
> 
> You are receiving this because you are on the Hidden-Tech Discussion list.
> If you would like to change your list preferences, Go to the Members   
> page on the Hidden Tech Web site.
> http://www.hidden-tech.net/members
> 
>                  

-- 
Robert Heller             -- 978-544-6933
Deepwoods Software        -- Linux Installation and Administration
http://www.deepsoft.com/  -- Web Hosting, with CGI and Database
heller at deepsoft.com       -- Contract Programming: C/C++, Tcl/Tk
                                                                           



Google

More information about the Hidden-discuss mailing list