CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 34

Threaded View

  1. #23
    Question,

    I was not aware Windows will use new sectors.
    It's very unlikely.

    When you use CreateFile and read and write parts of the file, no new sectors should be used.

    Therefore the rewrite should be very safe.

    Norton wipeinfo does a similar job.

    It also supports multiple writes since the manufacturer can (sometimes) read up to 8 writes(!)
    That's what i heard anyway, it's a magnetic thing.
    Last edited by Edwin Knoppert; September 4th, 2003 at 09:48 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured