Search results

  1. S

    Using eraserl to automatically zero fill unused space

    Re: Thx Sami It would require some changes to the Eraser library API. I suggest you take a look at the source code and judge for yourself.
  2. S

    2 significant issues

    1. This is a known issue. Windows doesn't like it when programs touch its font files and requires a reboot to recover. Maybe Eraser should have an option to skip the fonts when erasing cluster tips? 2. Getting Eraser to compile with Unicode support enabled is going to require some work. I...
  3. S

    Using eraserl to automatically zero fill unused space

    The only way to do this would be to first select your custom method to be used for unused disk space from preferences (you only need to do this once, e.g when you create your method), and then omit the "-method" parameter when calling "eraserl.exe". The program will then use the method selected...
  4. S

    deleting 1 file in a directory

    The operating system protects all files that are opened with exclusive access by any process, there isn't anything special about index.dat files. The reason they are locked most of the time is that the Windows shell, which starts when you log in and (understandably) doesn't shut down until you...
  5. S

    Can you confirm Eraser works on Network file shares

    It doesn't. (I believe this is mentioned in the help file.)
  6. S

    Eraser as a non-admin/German language version?

    Unfortunately, the only way to change this behavior would be to edit the source code. If you send a bug report via email, maybe this will get fixed in the next version? Probably not. Perhaps it could be if someone volunteered to do the translation. It's open source and all.
  7. S

    Disk cache flushes between erase passes?

    The answer to this and any other technical question can be found by reading the source code. Anyway, Eraser instructs the operating system to flush the disk cache after each write, and also disables buffering if possible. It's up to Windows and the hard drive whether the data actually hits the...
  8. S

    Path for ~ERAFSWD.TMP ? (erase unuser disk space)

    Sorry, only by editing the source code and recompiling.
  9. S

    Eraser License

    The GNU GPL only sets restrictions on distributing the program. Once you have obtained a copy, you are free to use it in any way you want.
  10. S

    Something way unexpected

    That's strange, I remember being able to use more than one pass of pseudorandom data for unused disk space. Is anyone else here experiencing the same problem?
  11. S

    Erasing Flash card

    Although a CompactFlash memory card should be able to handle even hundreds of thousands of writes per sector, I wouldn't recommend erasing one. Multiple overwriting passes especially are targeted for magnetic media, and they would produce nothing but excessive wear on a memory card. Perhaps...
  12. S

    Unused space in safe mode

    I suspect there is actually very little chance of anything important being stored in the cluster tip of a locked system file, so personally, I wouldn't bother booting to safe mode just for that.
  13. S

    Something way unexpected

    You received this error message, because for some strange reason, either Eraser couldn't find an overwriting method for erasing unused disk space (make sure one is selected in preferences), or the overwriting thread crashed unexpectedly (cannot help you with that one). If nothing else helps, you...
  14. S

    Linux release / similiar software

    There is always "shred" that comes with GNU fileutils, but beware that every modern Linux distribution by default uses journaled filesystems, which have some issues with overwriting (see "man shred"). You may want to consider setting up an encrypted filesystem with loop-aes...
  15. S

    Scheduler as service

    OT: Forum problems OK, the exact error message I receive after being logged in for a while is "PHP has encountered an Access Violation at [address]". I'm using "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4". I have to restart the browser to access the forum again.
  16. S

    Scheduler as service

    You can use "eraserl.exe" together with the Windows scheduler. The command line interface is documented in the help file. I too have experienced problems with the forum when using Firefox and Linux (something about PHP segmentation fault). This seems to happen only if I'm logged in, not always...
  17. S

    Compile error!!!

    You'll need newer header files. I am not sure if Microsoft still provides a Platform SDK for Visual C++ 6.0 though. See also the file README-SOURCE.txt that comes with the source code.
  18. S

    Eraser vs. Encase

    It has been known for ages that overwriting is not entirely effective on journaled filesystems, such as NTFS. These filesystems are not guaranteed to overwrite data in place, and in fact, they usually create temporary copies of the data in a journal or a log file. I think this should be...
  19. S

    uncomplete erase

    Well, "Directory Snoop" is an excellent program, but the last time I checked, it didn't support NTFS partitions. I only have a trial version of "Restorer 2000", but it definitely looks more trustworthy than "CIA Unerase". "WinHex" doesn't quite fit into the same category, but it's one of the...
  20. S

    uncomplete erase

    My experience with CIA Unerase I decided to download a trial copy of the "CIA Unerase" program, and see if I could reproduce Simon's and Jack's results on my Windows 2000 system, using NTFS file system. Here are some of the observations I made, which I think might interest you. First, I...
Back
Top