Ask Question
7 October, 19:55

How do you securely erase data from your hard drive?

+4
Answers (1)
  1. 7 October, 21:25
    0
    This can be achieved by writing a 1 bit for bit copy of zero across the entirety of your disk (just the sectors you wish to remove).

    Their are several ways of doing this but one example is to use the Linux special device called "zero". Using the DD command on linux you can set the / dev/zero as the input file (if=) and your target disk as the output file (of=), this will proceed to write zeros until their is no space reaming on your disk.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “How do you securely erase data from your hard drive? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers