Erik Klein wrote:
Hey all,
I've got a DEC Alpha system that I can grab from work but not until I
clean off the hard drives.
It's a really nice system (server tower plus expansion, tons of docs and
disks, etc.) that I'd like to make available at the VCF.
The question is: how do I clean the drives completely without any real
chance of data being recovered? The only other option would be to leave
the drives behind so they can be crushed.
Depends on the level of paranoia. How sensitive is the date,
and who are you trying to protect it from?
For some, "delete [*...]*.*;*" is enough. However, there are some
undelete programs, and you can still look at the raw disk to trace
out some data, so this is not very secure. "delete/erase" is better,
but doesn't wipe the entire disk, it only erases current files, not
previously deleted files.
The next level would be "init", which isn't much better than a plain
"delete", or "init/erase" which actually damages the data. If it
was erased with a simple pattern (zeroes), then the disk platters could
be put into a special device that looks at magnetic levels (erasing a 1
leaves a slightly different residual than erasing a 0), or looks at the
edge of the tracks to see if the head alignment changed enough to leave
data there.
Using a degauser is only likely to make the disks unusable to you,
but may leave enough for the "black hats" to work with.
You also need to worry about any cache built into the drives.
Some drives have a battery backed up cache, in case the drive
is powered down before it has a chance to write it to the platters.
Melting the drives is more likely to perminately erase the data.
The more paranoid you are about the data getting out, the more
unlikely you are going to save the drives from a smelter.
I don't really know VMS and I'm not sure what
versions are available, etc.
Any help would be appreciated.