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.
Asked
Active
Viewed 3,880 times
1 Answers
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.
Journeyman Geek
- 133,878