Re: Tool to wipe unused disk space?
- From: Unruh <unruh-spam@xxxxxxxxxxxxxx>
- Date: Thu, 1 Feb 2007 06:35:58 +0100 (CET)
Ennio Battaglia <ennio@xxxxxxxxxxxxxxxx> writes:
Hi all,
I'm about to send my notebook away for repair, and I would like to make
sure that the data I've erased from the HD is not recoverable.
Is there a Linux tool for overwriting unused disk space (not existing
files) with garbage, in order to make the old data unreadable?
My filesystem is ext3.
Thanks in advance!cat /dev/urandom>/tmp/junk
(or even cat /dev/zero>/tmp/junk
When this stops due to running out of room,
rm /tmp/junk.
And the same on each of the other partitions.
--.
ennio@xxxxxxxxxxxxxxxx
SDF Public Access UNIX System - http://sdf.lonestar.org
- Prev by Date: Re: I'm getting attacked
- Next by Date: Re: Tool to wipe unused disk space?
- Previous by thread: Re: I'm getting attacked
- Next by thread: Re: Tool to wipe unused disk space?
- Index(es):