The Forums Are Now Closed!

The content will remain as a historical reference, thank you.

“My Disk Wiper”–before you sell that computer…

By on February 5, 2016 8:10:01 AM from JoeUser Forums JoeUser Forums

DrJBHL

Join Date 04/2002
+2258

 

Clearly, if you’re going to be selling your computer to a stranger (or anyone else), the last thing you want is to leave any data on it.

So, My Disk Wiper is a good program, and will do it…even asks you twice, “Are you sure” type questions. It can be a long process, though.

gHacks recommends checking the effectiveness with Recuva or Testdisk…I think that’s a good idea no matter which software/method you use to erase the data.

I’d recommend bookmarking this link…no point in downloading something you won’t need anytime soon: Waste of space and it might be updated/improved or a better utility might come out in the meantime.

you can find it here: http://www.myportablesoftware.com/mydiskwiper.aspx and/or read more about it here: http://www.ghacks.net/2016/02/01/my-disk-wiper/?_m=3n%2e0038%2e1817%2ehj0ao01hy5%2e1w3p

8 Replies
Search this post
Subscription Options


Reason for Karma (Optional)
Successfully updated karma reason!
February 5, 2016 8:47:57 AM from WinCustomize Forums WinCustomize Forums

Bookmarked.

Reason for Karma (Optional)
Successfully updated karma reason!
February 5, 2016 8:57:39 AM from WinCustomize Forums WinCustomize Forums

Actually it is useful right now for me. Have a couple flash drives I'm going to be giving away.

Thank you.

Reason for Karma (Optional)
Successfully updated karma reason!
February 5, 2016 9:08:05 AM from WinCustomize Forums WinCustomize Forums

Welcome, Master Dave.

Reason for Karma (Optional)
Successfully updated karma reason!
February 5, 2016 9:35:09 AM from WinCustomize Forums WinCustomize Forums

Reason for Karma (Optional)
Successfully updated karma reason!
February 5, 2016 9:57:06 AM from WinCustomize Forums WinCustomize Forums

Quoting DrJBHL,

Master Dave.
 

Reason for Karma (Optional)
Successfully updated karma reason!
February 5, 2016 12:48:23 PM from JoeUser Forums JoeUser Forums

Looks like a very good option for flash/USB drives in particular.  Thanks for the info, Doc.

For the hard drive(s) in your computer, should you need to wipe for resale/gifting/recycling, DBAN (Darik's Boot And Nuke) is also a good option (link).  I had to wipe a dozen or so XP rigs a year or two ago before recycling the hardware and it works well.  Won't do flash drives or SSD's, however.

Reason for Karma (Optional)
Successfully updated karma reason!
February 5, 2016 1:04:04 PM from WinCustomize Forums WinCustomize Forums

Thanks for adding that info, Daiwa. 

Reason for Karma (Optional)
Successfully updated karma reason!
February 5, 2016 1:32:06 PM from Galactic Civilizations III Forums Galactic Civilizations III Forums

if anyone is interested, here is what I usually do when I want to wipe a disk

 

method 1:

http://sourceforge.net/projects/dban/files

like Daiwa already mentioned before

 

method 2a:

in case you are not using linux boot from a debian live image (https://www.debian.org/CD/live/)

open a terminal

$ sudo fdisk -l # search for the disk you want to delete and remeber its device name (something like /dev/sda)

$ sudo dd if=/dev/urandom of=/dev/sda bs=4M # this will completely overwrite disk a, including boot record etc. with random data, so doublecheck what you write after "of="

you can also wipe partitions, e. g.  "/dev/sda2" will be partition 2 on disk a

 

method 2b:

in case you are not using linux boot from a debian live image (https://www.debian.org/CD/live/)

open a terminal

$ sudo apt-get install cryptsetup gddrescue # install cryptsetup and ddrescue

$ devicel=/dev/sda # write the device you want to wipe into a variable so you can copy/paste the next line

$ sudo cryptsetup open --type plain --key-file /dev/urandom ${devicel} to_be_wiped # create a plain encrypted container using random passphrase

$ sudo ddrescue  -f /dev/zero /dev/mapper/to_be_wiped # overwrite container with zeroes, which will be random data on the device

here you basically use the linux encryption software cryptstetup to write random data to your device

using ddrescue instead of dd will give you a simple status feedback

this will be much faster than method 2b and also method 1, about 2-3 hours for a conventional 1 TB hdd (depends on your hardware)

 

 

dont be afraid to try out method 2, linux is great for those kind of things

Reason for Karma (Optional)
Successfully updated karma reason!
Stardock Forums v1.0.0.0    #101114  walnut1   Server Load Time: 00:00:00.0000125   Page Render Time:

Terms of Use

Copyright © 2016 Stardock Entertainment and Gas Powered Games. Demigod is a trademark of Gas Powered Games. All rights reserved. All other trademarks and copyrights are the properties of their respective owners. Windows, the Windows Vista Start button and Xbox 360 are trademarks of the Microsoft group of companies, and 'Games for Windows' and the Windows Vista Start button logo are used under license from Microsoft. © 2012 Advanced Micro Devices, Inc. All rights reserved. AMD, the AMD Arrow logo and combinations thereof are trademarks of Advanced Micro Devices, Inc.