PC Review


Reply
Thread Tools Rate Thread

Does formatting kill all data?

 
 
Jay
Guest
Posts: n/a
 
      12th Sep 2003
I want to give a company away.
Does deleting files and then formatting (c:>format D effectively clean up
all data to the extent that no other low level program can ever retrieve it
or view it?

Thanks
Jay.



 
Reply With Quote
 
 
 
 
Jay
Guest
Posts: n/a
 
      12th Sep 2003
Sorry, I meant - give a company computer away.

"Jay" <(E-Mail Removed)> wrote in message
news:hPk8b.1585$(E-Mail Removed)...
> I want to give a company away.
> Does deleting files and then formatting (c:>format D effectively clean

up
> all data to the extent that no other low level program can ever retrieve

it
> or view it?
>
> Thanks
> Jay.
>
>
>



 
Reply With Quote
 
Will Dormann
Guest
Posts: n/a
 
      12th Sep 2003
Jay wrote:

> I want to give a company away.
> Does deleting files and then formatting (c:>format D effectively clean up
> all data to the extent that no other low level program can ever retrieve it
> or view it?


No. To be safe, you should wipe the drive. If it's 8GB or less, try:
http://service.boulder.ibm.com/storage/hddtech/wipe.exe

Otherwise, get a linux boot disk:
http://www.toms.net/rb
and issue the command:
dd if=/dev/urandom of=/dev/hda

In both cases, you should have no hard drive in the system other than
the one you want to erase.


-WD

 
Reply With Quote
 
Rod Speed
Guest
Posts: n/a
 
      12th Sep 2003

Jay <(E-Mail Removed)> wrote in message
news:hPk8b.1585$(E-Mail Removed)...

> I want to give a company computer away.


> Does deleting files and then formatting (c:>format D
> effectively clean up all data to the extent that no other
> low level program can ever retrieve it or view it?


Nope, its quite easy to get the data back if thats all you do.

http://dban.sourceforge.net/
will clean it much more securely.

There's one in Nortons SystemWorks too.


 
Reply With Quote
 
Arno Wagner
Guest
Posts: n/a
 
      12th Sep 2003
Previously Will Dormann <(E-Mail Removed)> wrote:
> Jay wrote:


>> I want to give a company away.
>> Does deleting files and then formatting (c:>format D effectively clean up
>> all data to the extent that no other low level program can ever retrieve it
>> or view it?


> No.


In fact the data will be intact, only the administrative info gets
overwritten. Commercial data recovery or a gifted amatour will
still get most/all data from the drives.

> To be safe, you should wipe the drive. If it's 8GB or less, try:
> http://service.boulder.ibm.com/storage/hddtech/wipe.exe


> Otherwise, get a linux boot disk:
> http://www.toms.net/rb
> and issue the command:
> dd if=/dev/urandom of=/dev/hda


If you want id faster and less secure (not by much) use

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

> In both cases, you should have no hard drive in the system other than
> the one you want to erase.


.... since the above will erase the first drive and will not
be reversable. There is a rumour the CIA can still get the data,
but there is no confirmation. It might well be physically impossible.

Arno
--
For email address: lastname AT tik DOT ee DOT ethz DOT ch
GnuPG: ID:1E25338F FP:0C30 5782 9D93 F785 E79C 0296 797F 6B50 1E25 338F
"The more corrupt the state, the more numerous the laws" - Tacitus


 
Reply With Quote
 
Svend Olaf Mikkelsen
Guest
Posts: n/a
 
      12th Sep 2003
On 12 Sep 2003 20:36:10 GMT, Arno Wagner <(E-Mail Removed)> wrote:

>If you want id faster and less secure (not by much) use
>
>dd if=/dev/zero of=/dev/hda


And be certain that the disk size is not reduced by a disk manager, or
that the Linux version used detects that, and use full disk size.
--
Svend Olaf
 
Reply With Quote
 
Folkert Rienstra
Guest
Posts: n/a
 
      13th Sep 2003

"Jay" <(E-Mail Removed)> wrote in message news:hPk8b.1585$(E-Mail Removed)...
> I want to give a company away.
> Does deleting files and then formatting (c:>format D effectively clean
> up all data to the extent that no other low level program can ever retrieve
> it or view it?


Nope. Use DISKTool at www.nu2.nu/utilities, erase option.
You can also checkout the drive with it afterwards.

>
> Thanks
> Jay.
>
>
>

 
Reply With Quote
 
Barry OGrady
Guest
Posts: n/a
 
      13th Sep 2003
On Fri, 12 Sep 2003 14:33:49 GMT, "Jay" <(E-Mail Removed)> wrote:

>I want to give a company away.
>Does deleting files and then formatting (c:>format D effectively clean up
>all data to the extent that no other low level program can ever retrieve it
>or view it?


No. Use something like PGP secure erase.

>Thanks
>Jay.
>
>



-Barry
========
Web page: http://members.optusnet.com.au/~barry.og
Atheist, radio scanner, LIPD information.
Voicemail/fax number +14136227640
 
Reply With Quote
 
Arno Wagner
Guest
Posts: n/a
 
      13th Sep 2003
Previously Svend Olaf Mikkelsen <(E-Mail Removed)> wrote:
> On 12 Sep 2003 20:36:10 GMT, Arno Wagner <(E-Mail Removed)> wrote:


>>If you want id faster and less secure (not by much) use
>>
>>dd if=/dev/zero of=/dev/hda


> And be certain that the disk size is not reduced by a disk manager, or
> that the Linux version used detects that, and use full disk size.


Are there any disk-managers that do not need to be executed
by the CPU?

Because no ordinary disk-manager will work under Linux,
unless Linux does not see it, i.e. it doesn not run on
the CPU/Mainboard. Linux even ignores the BIOS-Settings
when accessing a HDD. It just asks the HDD directly for
its size.

Arno
--
For email address: lastname AT tik DOT ee DOT ethz DOT ch
GnuPG: ID:1E25338F FP:0C30 5782 9D93 F785 E79C 0296 797F 6B50 1E25 338F
"The more corrupt the state, the more numerous the laws" - Tacitus


 
Reply With Quote
 
Svend Olaf Mikkelsen
Guest
Posts: n/a
 
      15th Sep 2003
On 13 Sep 2003 16:27:33 GMT, Arno Wagner <(E-Mail Removed)> wrote:

>Previously Svend Olaf Mikkelsen <(E-Mail Removed)> wrote:
>> On 12 Sep 2003 20:36:10 GMT, Arno Wagner <(E-Mail Removed)> wrote:

>
>>>If you want id faster and less secure (not by much) use
>>>
>>>dd if=/dev/zero of=/dev/hda

>
>> And be certain that the disk size is not reduced by a disk manager, or
>> that the Linux version used detects that, and use full disk size.

>
>Are there any disk-managers that do not need to be executed
>by the CPU?
>
>Because no ordinary disk-manager will work under Linux,
>unless Linux does not see it, i.e. it doesn not run on
>the CPU/Mainboard. Linux even ignores the BIOS-Settings
>when accessing a HDD. It just asks the HDD directly for
>its size.
>
>Arno


If the Max Address of a disk is set, the full size must be enabled
before anything can be written to the end of the disk. Normally a disk
manager enables the full size during boot. Linux cannot be expected to
do that, but some versions may do it.
--
Svend Olaf
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Execution Prevention (DEP) Overkill - can I kill it? Lyndon Windows Vista General Discussion 7 25th Mar 2008 03:06 PM
Help me kill an infuriating formatting glitch travismorien@yahoo.com Microsoft Excel Discussion 3 11th Jan 2007 11:35 PM
kill formatting brought over from reports =?Utf-8?B?d2lkbWFu?= Microsoft Excel Misc 2 6th Jan 2006 03:55 PM
Process.Kill:How to kill an attached debugger? Manfred Braun Microsoft C# .NET 1 16th Aug 2005 08:53 PM
Kill all formulas on all visible sheets w/o affecting sheet formatting Max Microsoft Excel Programming 4 2nd Mar 2005 04:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:04 AM.