Completely deleting files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've been looking for commands that would allow me the control to completely erase a file.
By this I mean writing over the exact loacation a file occupies on the hard drive itself, so to
write 1's, for example, over those locations.
 
Nothing can prevent you of writing some data to file (for example, 1 or 0).
Just get the file size and write as many bytes as necessary.
 
But you will need to perform a write 7 times (government wipe) to be safe.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top