1

What is the most effective method of using DBAN to wipe disks such as HDD, SD card,... Please ignore Gutmann method because it only use for old drives. I only care about the security level, I don't care about time.

3
  • Can you clarify the sentence on Gutmann? Do you mean that Gutmann is applicable only for old drives, or it isn't needed because your drives are old?
    – fixer1234
    Commented Jan 2, 2015 at 6:30
  • Do you absolutely need to use dban? There's better methods for it these days, but tools are OS dependant.
    – Journeyman Geek
    Commented Jan 2, 2015 at 6:32
  • Well, I use it to wipe my hard disk
    – Guest
    Commented Jan 2, 2015 at 7:05

1 Answer 1

1

With modern drives guttman suggests "a couple of passes of random scrubbing", though many contemporary sources suggest simply zeroing out the drive. In fact, the dban FAQ says the same thing I'd pick something like 10 passes of random data and be done with it.

However there's better ways - such as the sata secure erase command - using hdparm on linux, though there's also decent dos tools - like CMR's secure erase tool. Unlike dban, this is a ata command baked into the drive and essentially is a low level secure erase.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .