[ Date Index ]
[ Thread Index ]
[ <= Previous by date /
thread ]
[ Next by date /
thread => ]
Re: [LUG] Disk Wiping
- To: list@xxxxxxxxxxxxx
- Subject: Re: [LUG] Disk Wiping
- From: Sebastian <seabass@xxxxxx>
- Date: Thu, 4 Mar 2021 15:45:59 +0000
- Content-disposition: inline
- Delivered-to: dclug@xxxxxxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dcglug.org.uk; s=1602234361; h=Sender:Content-Transfer-Encoding: Content-Type:Reply-To:List-Subscribe:List-Help:List-Post:List-Unsubscribe: List-Id:Subject:In-Reply-To:MIME-Version:References:Message-ID:To:From:Date: Cc:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Owner:List-Archive; bh=fMM2DJJJvwcQdyilyAAoMz4gN1CctGklFF/X2ZuhJbc=; b=pOwk3n5dBadVvdE2CkHfqv7wxz 8f4N0QLEFTpgmLzk2z3loA4oAUe1S4zgeSb2Ptmwykbygt1qvG59YH+OFnBV+3zVFXDBon8Md4yWK 7fap+yfYO11se+a6on825ux4lQEPQ8AyQXpcNOJs9u/8ZZR57eThE7UN+jxcvg04LPWw=;
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1614872782; bh=OuTYSSapN/yZ0sM2H87+GaFv7EI870kETuEJzCrEhZ4=; h=X-UI-Sender-Class:Date:From:To:Subject:References:In-Reply-To; b=O/TncPn0d5gynWAe3BhH+eWpDNNFXZb7v0trb7QD/I/+JZCABWqnCT+5L8cahY87b /q6UTNWpYAboPF0WjHndeCX9DycQUf3hnd15XA0qo1PvtpsBPjSpJCICW0IHScoNoX u1eE7xOTofswX1B5NRrY+1UgYF8pnWhGqrkl/URI=
Dear David,
> I have a few HDDs to wipe prior to replacing them with SSDs. Can anyone
> please recommend a good freebie wiping programme that they have used.
GNU coreutils has a tool for this; it's probably preinstalled already.
A typical command might be:
sudo unmount /dev/sdx && sudo shred --verbose --zero /dev/sdx
where /dev/sdx is the path of the device to wipe.
This will write three passes of random data onto the hard drive, as well
as a final pass of zeros to make it appear as if the hard drive never
had any data on it. If they have a capacity of, say, 500GB, it will
probably take a day to complete: it may be worth doing them concurrently
if your PC has enough SATA ports.
I would personally run this on a live OS, without any storage devices
attached to the PC except the ones to wipe. One can never be too
cautious when using this command - you did want something irreversible,
didn't you? :)
Best wishes,
Sebastian
--
- Freenode: 'seabass'
- Matrix: '@seabass:chat.weho.st'
--
The Mailing List for the Devon & Cornwall LUG
https://mailman.dcglug.org.uk/listinfo/list
FAQ: http://www.dcglug.org.uk/listfaq