Originally posted by: drag
If your realy paranoid, do this:
dd if=/dev/zero of=/dev/hda
dd if=/dev/urandom of=/dev/hda
That will wipe everything from the MBR down to the last sector of the harddrive. It'll be as clean as you just bought it.
Originally posted by: sciencewhiz
Originally posted by: drag
If your realy paranoid, do this:
dd if=/dev/zero of=/dev/hda
dd if=/dev/urandom of=/dev/hda
That will wipe everything from the MBR down to the last sector of the harddrive. It'll be as clean as you just bought it.
No, the drive will contain completely random data, with traces of your original data still magnetically present. The DoD requires 7 writes of specific bit patterns to erase the latent magnetic data. However, for really sensitive stuff, they physically destroy the platters, which means they don't even completely trust thier algorithms.
Originally posted by: n0cmonkey
The DoD is behind the times. It's possible that traces will be present no matter what you do. All 0's, all 1's, and random 0's and 1's are the best bets for most people. (combination sof the three)
Originally posted by: McMadman
Originally posted by: n0cmonkey
The DoD is behind the times. It's possible that traces will be present no matter what you do. All 0's, all 1's, and random 0's and 1's are the best bets for most people. (combination sof the three)
Now of course 7 passes (DoD.5200.28-STD I believe is 55AA/AA55/55AA/AA55/55AA/AA55/random) which is just simply alternating 01010101 and 10101010.
This is of course well beyond overkill for the majority of users who want to delete data beyond recovery (a simple zero fill will often stop the majority of people that may look to see if anythings easily recoverable) Most people think a simple format is enough since the files appear to be gone, when only the FAT is erased.
Supposingly even after 7 passes there could potentially be some recovery avaliable (costing thousands and thousands of dollars, which most people wouldn't have anything on their drives nearly that valuable.
DBAN will be more than enough. Supposingly it will erase ALL hard drives connected to the system, so you'd want to physically disconnect all but the drive to be wiped.
Originally posted by: n0cmonkey
Originally posted by: sciencewhiz
Originally posted by: drag
If your realy paranoid, do this:
dd if=/dev/zero of=/dev/hda
dd if=/dev/urandom of=/dev/hda
That will wipe everything from the MBR down to the last sector of the harddrive. It'll be as clean as you just bought it.
No, the drive will contain completely random data, with traces of your original data still magnetically present. The DoD requires 7 writes of specific bit patterns to erase the latent magnetic data. However, for really sensitive stuff, they physically destroy the platters, which means they don't even completely trust thier algorithms.
The DoD is behind the times. It's possible that traces will be present no matter what you do. All 0's, all 1's, and random 0's and 1's are the best bets for most people. (combination sof the three)