Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] {OT} Preparing a laptop for sale
Date: Wed, 16 Dec 2009 20:18:24
Message-Id: 200912161924.42896.michaelkintzios@gmail.com
In Reply to: [gentoo-user] {OT} Preparing a laptop for sale by Grant
1 On Wednesday 16 December 2009 18:49:07 Grant wrote:
2 > I'm about to sell my old laptop and I'd like to wipe out the data and
3 > install any flavor of Linux via USB (the CD drive doesn't work any
4 > more). I've got a bootable USB key that will get me into Gentoo. How
5 > would you take it from there? I'm looking for something quick and
6 > easy. My data isn't too sensitive, but I'd like to do some type of
7 > wiping so it isn't all just sitting there with a deleted flag or
8 > however that works.
9
10 First I'd mount the partitions and then emerge/use shred:
11
12 # shred -v -n 25 -z -u /mnt/a_partition
13
14 Then I would delete old partitions, create new partitions and format them as
15 required. If you're really paranoid about your data (which from what you're
16 telling me you're not) you can also use dd to randomly overwrite partition
17 tables, but I would probably not bother.
18
19 Now, there may be more modern tools to do all this with a single button, but I
20 haven't looked into it in any detail.
21
22 HTH.
23 --
24 Regards,
25 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] {OT} Preparing a laptop for sale Albert Hopkins <marduk@×××××××××××.org>
Re: [gentoo-user] {OT} Preparing a laptop for sale Marcus Wanner <marcusw@×××.net>
Re: [gentoo-user] {OT} Preparing a laptop for sale Dale <rdalek1967@×××××.com>