Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2008 11:24:27 +1300
From:      "Brent Jones" <brent.jones@otago.ac.nz>
To:        "Jason C. Wells" <jcw@highperformance.net>, "freebsd general questions" <freebsd-questions@freebsd.org>
Subject:   RE: Gutman Method on Empty Space
Message-ID:  <31AE442CCBC1094ABC40CE85B0149F0652370B@MAIL1.registry.otago.ac.nz>
In-Reply-To: <478F0D5A.9090107@highperformance.net>
References:  <478F0D5A.9090107@highperformance.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> -----Original Message-----
> From: owner-freebsd-questions@freebsd.org=20
> [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of=20
> Jason C. Wells
> Sent: Thursday, 17 January 2008 9:10 p.m.
> To: freebsd general questions
> Subject: Gutman Method on Empty Space
>=20
> Can anyone recommend a utility for the secure overwriting of=20
> unused disc=20
> space?

split -b 200m /dev/random randomdata ; sync && rm randomdata*

Run as many times as your paranoia factor requires on your file system.
Gutman suggests in his own writings that overwriting with random data
makes the most sense with modern disks.  Run as root to extend the
writes past the soft filesystem limit.  Use whatever split parameters
you fancy for the file sizes.  The "srm" port has fancy features for
file/directory deletions.

Cheers,
Brent



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?31AE442CCBC1094ABC40CE85B0149F0652370B>