Re: Callback function for failed disk write?

Tech-Archive recommends: Fix windows errors by optimizing your registry




"Pavel A." wrote in message ....

> "Hector Santos" wrote:
>> You should read the entire thread :-) I already suggested a wrapper
>> solution.
>
> Hector, I've read entire thread :)
> Apology if my reply wasn't clear enough - what I mean, _Windows as
> a whole_ does not check for low disk space - therefore no _global_ event.
> I've done a quick check with object viewer and haven't noticed such event.
> My guess is, every component does this alone, based on it's own needs
> (one of reasons why the shell checks for low space may be emptying the
> Recycle bin).

I don't use the Recycle Bin (or allow the system to put anything in it, i.e.
"shift delete" via explorer, but 99% of the time I'm in the console and
delete this way, when needed) but that doesn't mean the Recycle Bin it is
isn't checking. Isn't it even running as a process or service?

Anyway, I think your are right. I always thought it would be the virtual
memory manager that is doing the checking since that would be more global to
the system, and it does log it in the event logs. So if the OS is checking,
its only for the paging drives. I suspect it won't check for other
non-paging drives or partitions - no criteria to work with. So a custom
solution is the way to do this.

--
Hector Santos, Santronics Software, Inc.
http://www.santronics.com

.