Click here to Skip to main content
15,891,704 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: How to shred hard drive using GParted Pin
k505414-Sep-21 7:45
mvek505414-Sep-21 7:45 
GeneralRe: How to shred hard drive using GParted Pin
Slacker00714-Sep-21 8:01
professionalSlacker00714-Sep-21 8:01 
JokeRe: How to shred hard drive using GParted Pin
PIEBALDconsult14-Sep-21 8:50
mvePIEBALDconsult14-Sep-21 8:50 
GeneralRe: How to shred hard drive using GParted Pin
swampwiz15-Sep-21 8:45
swampwiz15-Sep-21 8:45 
GeneralRe: How to shred hard drive using GParted Pin
swampwiz15-Sep-21 9:06
swampwiz15-Sep-21 9:06 
GeneralRe: How to shred hard drive using GParted Pin
Nelek14-Sep-21 8:52
protectorNelek14-Sep-21 8:52 
GeneralRe: How to shred hard drive using GParted Pin
steveb14-Sep-21 9:01
mvesteveb14-Sep-21 9:01 
GeneralRe: How to shred hard drive using GParted Pin
Gary R. Wheeler14-Sep-21 9:41
Gary R. Wheeler14-Sep-21 9:41 
Since no one else has brought it up, I'll mention SDelete[^], part of the SysInternals suite of utilities. It can be used to do a "Secure Delete" with a variety of options.

Obligatory old fart war story:

Back in the early 1980's I was the system manager on several VAX/VMS systems at our local Air Force base. I went to a seminar on how to securely decommission magnetic media. At the time, most hard drives used 300MB disk packs[^]. The decommission procedure went something like this:

1. Use operating system commands to delete all data from pack.
2. Dismount and then remount pack (ensures no data is cached in drive).
3. Write pattern of 0x00's, then 0xFF's, then random bytes so all addressable sectors on drive.
4. Repeat step #3 several times (I think they wanted at least 8 cycles).
5. Dismount pack from drive.
6. Disassemble pack so that individual platter surfaces are accessible.
7. Sand-blast platter surfaces, removing all recording material.
8. Crush platter.

Most of us thought steps 5 through 8 were a tad... extreme. Dropping a pack from a height of a couple feet was usually enough to render it unusable.
Software Zen: delete this;

GeneralRe: How to shred hard drive using GParted Pin
jeron114-Sep-21 10:07
jeron114-Sep-21 10:07 
GeneralRe: How to shred hard drive using GParted Pin
dandy7214-Sep-21 10:39
dandy7214-Sep-21 10:39 
GeneralRe: How to shred hard drive using GParted Pin
PIEBALDconsult14-Sep-21 10:43
mvePIEBALDconsult14-Sep-21 10:43 
GeneralRe: How to shred hard drive using GParted Pin
Gary R. Wheeler14-Sep-21 10:45
Gary R. Wheeler14-Sep-21 10:45 
GeneralRe: How to shred hard drive using GParted Pin
Gary R. Wheeler14-Sep-21 10:55
Gary R. Wheeler14-Sep-21 10:55 
JokeRe: How to shred hard drive using GParted Pin
David Crow14-Sep-21 15:15
David Crow14-Sep-21 15:15 
GeneralRe: How to shred hard drive using GParted Pin
BillWoodruff14-Sep-21 18:47
professionalBillWoodruff14-Sep-21 18:47 
GeneralRe: How to shred hard drive using GParted Pin
Clumpco14-Sep-21 21:06
Clumpco14-Sep-21 21:06 
GeneralRe: How to shred hard drive using GParted Pin
BryanFazekas15-Sep-21 1:28
BryanFazekas15-Sep-21 1:28 
GeneralRe: How to shred hard drive using GParted Pin
Clumpco15-Sep-21 3:23
Clumpco15-Sep-21 3:23 
GeneralRe: How to shred hard drive using GParted Pin
Gary R. Wheeler15-Sep-21 2:47
Gary R. Wheeler15-Sep-21 2:47 
GeneralRe: How to shred hard drive using GParted Pin
Clumpco15-Sep-21 3:21
Clumpco15-Sep-21 3:21 
GeneralRe: How to shred hard drive using GParted Pin
Gary R. Wheeler15-Sep-21 13:03
Gary R. Wheeler15-Sep-21 13:03 
GeneralThought of the Day Pin
OriginalGriff14-Sep-21 4:45
mveOriginalGriff14-Sep-21 4:45 
GeneralRe: Thought of the Day Pin
obermd14-Sep-21 4:59
obermd14-Sep-21 4:59 
GeneralRe: Thought of the Day Pin
jeron114-Sep-21 5:23
jeron114-Sep-21 5:23 
GeneralRe: Thought of the Day Pin
Johnny J.14-Sep-21 5:28
professionalJohnny J.14-Sep-21 5:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.