0

Possible Duplicate:
Zeroing SSD drives

I have an external flash drive that I want to get rid off. I've deleted & formatted it from within Windows but I want to make sure no one can get to the data. Are there any tools I can run to make sure no data is recoverable from the drive?

Thanks!

itguy
  • 1
  • 2
    Isn't this just the same as this? http://serverfault.com/questions/282555/zeroing-ssd-drives – Zoredache Mar 28 '12 at 19:13
  • 1
    Also see: http://security.stackexchange.com/questions/5662/is-it-enough-to-only-wipe-a-flash-drive-once – Zoredache Mar 28 '12 at 19:22
  • 2
    @Zoredache no, it's not - SSDs do have a SATA interface which has a whole set of additional functionality compared to the USB mass-storage protocol (which is a very limited subset of SCSI). So with the secure erase functionality unavailable, the answer for a USB storage would be different. – the-wabbit Mar 28 '12 at 19:28
  • @syneticon-dj The end result is the same though: There are some vendors that don't support "secure erase" (and nobody has a full list of the offenders), so the only way to be sure is to nuke it from orbit... – voretaq7 Mar 28 '12 at 20:02

4 Answers4

2

The best way to make sure no one can read it is by burning it.

If that's too drastic use Fileshredder or SDelete to shred your flashdrive.

the-wabbit
  • 40,319
  • 13
  • 105
  • 169
Lucas Kauffman
  • 16,818
  • 9
  • 57
  • 92
  • 1
    If you are extremely paranoid, then even DBAN may not be enough since it is flash media, and there may be some relocated blocks that would not be touched. – Zoredache Mar 28 '12 at 19:15
  • DBAN wipes everything on the Hard Drive; if he just wants to erase everything from within Windows DBAN recommends [File Shredder](http://www.blancco.com/us/products/selective-data-erasure/file-shredder-pc-edition/) – Chris S Mar 28 '12 at 19:16
  • I'll edit my answer. – Lucas Kauffman Mar 28 '12 at 19:17
  • side note: I've added sdelete to the list as it is a Microsoft (Sysinternals) tool doing basically the same. – the-wabbit Mar 28 '12 at 21:01
0

Can't go wrong with a BFH before the fire.

Chadddada
  • 1,670
  • 1
  • 19
  • 26
0

If you don't need to use it, yes, burn or smash it with a hammer. Otherwise you can also boot up a ubuntu livecd, install wipe, and wipe the usb clean. This assumes that your OS is not linux. If it is linux to start with, wipe can usually be found for your distro.

I found this one for windows, but have not tried it. http://www.diskwipe.org/

johnshen64
  • 5,747
  • 23
  • 17
0

I have an external flash drive that I want to get rid off....Are there any tools I can run to make sure no data is recoverable from the drive?

Yes: A hammer. Or a blow torch. Or both.

Flash drives employ wear leveling and other techniques that make it extraordinarily difficult to encure that they have been properly erased. The only truly secure solution is complete physical destruction of the chips.

See also the question Zoredache pointed to in his comment and various topics over on Security.stackexchange.com regarding erasing solid-state media (flash drives).

voretaq7
  • 79,345
  • 17
  • 128
  • 213