LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How to erase hard drive . . . (https://www.linuxquestions.org/questions/linux-general-1/how-to-erase-hard-drive-77453/)

zthomasz 07-30-2003 06:58 PM

How to erase hard drive . . .
 
I recently replaced a server (OS linux redhat 7.3) with a new one. Now I'd like to erase the hard drive in the old server to prevent anyone at the host facility from possibly accessing some sensitive data.

The old server is still online, but I'm over 700 miles away and only have net access.

Any suggestions?

Thanks!

jailbait 07-30-2003 10:08 PM

I suggest that you talk to someone in management at the host facility about the need to secure the sensitive data.

2damncommon 07-30-2003 10:25 PM

dd if=/dev/zero of=/dev/hd*
will zero a hard disk. Files may still be recoverable with forensics programs.
Wipe overwrites the data multiple times with more than zeros and is a more complete "erase".
There is other stuff available.
I have also heard that a hammer or shotgun works well.
:)


All times are GMT -5. The time now is 06:18 PM.