We'd like to remind Forumites to please avoid political debate on the Forum... Read More »
📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!
Wiping Old Laptop
Options
Comments
-
In my opinion the only guaranteed way no future user will access date is to remove and destroy hard drive - that can be guaranteed to work and if you are recycling computer presumable you are donating it the new owner won't mind getting another hard drive as they have got the computer for free.0
-
In my opinion the only guaranteed way no future user will access date is to remove and destroy hard drive - that can be guaranteed to work and if you are recycling computer presumable you are donating it the new owner won't mind getting another hard drive as they have got the computer for free.
I mean I've found USB keys before and found some pretty interesting info, who's to say someone wont lift my hard drive from recycling and take it home for a nosy?0 -
But then how do you destroy the hard drive?
If you're concerned with the kids next door, a hammer is fine.
If you're concerned about someone with slightly more equipment and motivation, drill a couple of holes.
If you're concerned about someone very serious indeed, take the lid off (they're quite interesting to look at anyway) and destroy the platters with a blowtorch. They're made out of very thin metal, and if you've got a decent blowtorch and a couple of bricks, you can actually melt the platters into a liquid (I know someone who cast a nice pair of earrings).
And of course, nothing stops you from DBANing the disk before you get physical.
NIST0800-88 I think recommends reducing the platters to 5mm chips. This looks like fun and you could, if keen, buy your own.0 -
But then how do you destroy the hard drive?
I mean I've found USB keys before and found some pretty interesting info, who's to say someone wont lift my hard drive from recycling and take it home for a nosy?
Smash it to little pieces with a hammer then distribute the bits in lots of different places0 -
Risking shards of glass platter in someones face isn't a good idea.
This question has been asked and answered so many time on this forum, and every time it deteriorates into some paranoid smash it burn it thread, totally wasteful. The question was how to wipe and recycle.!!
> . !!!! ----> .0 -
beware that DBAN states up-front:
"DBAN users should be aware of some product limitations, including:
- No guarantee that data is removed"
Once you're booted a Linux Live CD a simple "dd if=/dev/zero of=/dev/sdX" would do a much better job. If you have more time to spare and if you're paranoid, then use /dev/urandom instead of /dev/zero.
0 -
Once you're booted a Linux Live CD a simple "dd if=/dev/zero of=/dev/sdX" would do a much better job. If you have more time to spare and if you're paranoid
, then use /dev/urandom instead of /dev/zero.
As far as "better goes", reading from /dev/null or /dev/urandom, would likely be slow as it's bytewise; I suppose you could add the obs=4096 option to chunk it into blocks.0 -
For data wiping you should do more than one pass of ANY software using random (or as random as possible) data.
I use dd a lot. I use /dev/zero for quick "free space" wipes
And if the drive is going to be sold on, I alternate between /dev/zero and /dev/urandom a few times.
Although at times I write a hex or binary string instead:
Hex values: "57 68 79 5f 55 5f 52 65 61 64 69 6e 67 5f 74 68 69 73 3f"
Translation "Why_U_Reading_this?"
And at times I've gotten a simple text document (say any novel or another unimportant .txt file) and written that instead of random data.
I know of at least one company (in the USA!) that are ordered to overwrite the drive with legal jargon "disclaimers" in binary or hex from their legal department.
Something to do with it's not 100% that all the data is gone so if their is a legal disclaimer they company can't be held responsible if data is found on the drive (don't ask me! it's lawyers doing lawyery stuff to earn their pay!)
Working in IT can get boring at times!! to need a geeky way to blow off steam ^_^ (well when you cant take hammers to hard drives that is...) Oh make sure if you DO take a hammer to a drive it's a metal platter drive NOT a silica glass platter! those "EXPLODE" when they shatter in to 1mm - 2mm scalpel sharp shards, that easily go through skin/ and thin clothing!!
I've been on the receiving end of a dropped drive with silica platters! The guy who owned it decided to look inside and didn't replace the cover, he dropped it when he handed it to me! spread shards 5 to 6 meters away when it hit carpeted floor. Lucky I wear glasses and none got in my eyes, though I did feel the shards hit my face! spent the rest of day finding shards all over my clothing and sticking into my skin!Laters
Sol
"Have you found the secrets of the universe? Asked Zebade "I'm sure I left them here somewhere"0 -
As far as "better goes", reading from /dev/null or /dev/urandom, would likely be slow as it's bytewise; I suppose you could add the obs=4096 option to chunk it into blocks.
The default blocksize for dd is 512 bytes, not 1 byte. Any version of dd which doesn't have this default isn't Posix compliant. The Linux, OSX and Solaris versions definitely have a default of 512 bytes (I checked with "dd if=/dev/zero count=1 | wc -c") - interestingly, to judge from the format of the summary line, all three are different versions - and going back to the 1970s, the 7th Edition documentation (page 67) says the default is 512 bytes, so it's probably been one "old" block since forever.0 -
securityguy wrote: »The default blocksize for dd is 512 bytes, not 1 byte. Any version of dd which doesn't have this default isn't Posix compliant. The Linux, OSX and Solaris versions definitely have a default of 512 bytes (I checked with "dd if=/dev/zero count=1 | wc -c") - interestingly, to judge from the format of the summary line, all three are different versions - and going back to the 1970s, the 7th Edition documentation (page 67) says the default is 512 bytes, so it's probably been one "old" block since forever.
I generally try and set the block size as big as I can though.0
This discussion has been closed.
Confirm your email address to Create Threads and Reply

Categories
- All Categories
- 351.1K Banking & Borrowing
- 253.2K Reduce Debt & Boost Income
- 453.7K Spending & Discounts
- 244.1K Work, Benefits & Business
- 599.2K Mortgages, Homes & Bills
- 177K Life & Family
- 257.5K Travel & Transport
- 1.5M Hobbies & Leisure
- 16.1K Discuss & Feedback
- 37.6K Read-Only Boards