Completely deleting files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Guest's Avatar

    Completely deleting files

    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.


  • gaidar

    #2
    Re: Completely deleting files


    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.



    <JhnGC@hotmail. com> wrote in message news:g7F_d.8112 4$r55.58464@att bi_s52...[color=blue]
    > 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.
    >
    >[/color]


    Comment

    • Crouchie1998

      #3
      Re: Completely deleting files

      But you will need to perform a write 7 times (government wipe) to be safe.

      Comment

      • Crouchie1998

        #4
        Re: Completely deleting files

        But you will need to perform a write 7 times (government wipe) to be safe.

        Comment

        Working...