View Single Post
  #15 (permalink)  
Old 08-15-2006, 08:29 PM
Sebastian Gottschalk
Guest
 
Posts: n/a
Default Re: Which Software is best for securely deleting files and sanitizinghard drives?

Anonyma wrote:
> Sebastian Gottschalk wrote:
>
>> ~David~ wrote:
>>
>>> What about the linux command shred? Does that work well against forensic hard
>>> drive software?

>> Actually no. It's an outdated software that never addresses modern
>> issues like journaling.

>
> But alternating shred/sync calls does.


Uh, no. This just addresses caching in RAM and at the hard disk.

Journaling means that a copy of the data exists somewhere else, and that
writing to the very same files might end in allocation of new sections
while freeing previous ones, leaving a copy as well.

Reply With Quote