Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Good command for wiping a hard drive?
Date: Fri, 30 Sep 2005 21:22:33
Message-Id: 5bdc1c8b0509301411i2917d73asa096a6ca291fc342@mail.gmail.com
In Reply to: [gentoo-user] Re: Good command for wiping a hard drive? by Remy Blank
1 Thanks Remy
2
3 On 9/30/05, Remy Blank <remy.blank_asps@×××××.com> wrote:
4 > Mark Knecht wrote:
5 > > Sold my laptop on Ebay. It was dual boot Gentoo/XP Pro and had
6 > > financial data on it. I'd like to pretty securely wipe the drive
7 > > before shipping. I've already deleted all 10 partitions and written
8 > > new partitions on which are different sizes and different file
9 > > systems. What simple command can Ido to write data to the whole drive?
10 >
11 > Assuming your hard disk is /dev/hda, I'd do:
12 >
13 > dd if=/dev/zero of=/dev/hda bs=8M
14 >
15 > Then go have a coffee. If you want it more secure, go for this, a few
16 > times in a row (at least 7, I read):
17 >
18 > dd if=/dev/urandom of=/dev/hda bs=8M
19 >
20 > However, this will take a *long* time, as /dev/urandom is quite slow.
21 > But it will make the data unrecoverable even with expensive means.
22 >
23 > -- Remy
24 >
25 >
26 > Remove underscore and suffix in reply address for a timely response.
27 >
28 > --
29 > gentoo-user@g.o mailing list
30 >
31 >
32
33 --
34 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: Good command for wiping a hard drive? Martin Eisenhardt <martin.eisenhardt@××××××××××××××××.de>