ERROR_FLT_DO_NOT_ATTACH error code

I’m repeatedly seeing the error ERROR_FLT_DO_NOT_ATTACH when trying to attach my minifilter to one specific volume on one specific machine.

I can’t seem to find an information on this error anywhere (IFS Kit docs, OSR archives or Google).

The comment in fltwinerror.h says:

// Do not attach the filter to the volume at this time.

This sounds like a temporary condition, but the call fails every time. Has anyone else out there seen this?

Thanks,
Derek


Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars.

I’m not close to my docset, but ISTR that this is what refusal to attach by
your minifilter turns into. Are you being called at your attach point ? And
do you have enough instances in the registry?

That was it. I had an error in my instance setup routine. I was returning STATUS_FLT_DO_NOT_ATTACH for a case that was not a problem.
Thanks,
Derek

Rod Widdowson wrote: I’m not close to my docset, but ISTR that this is what refusal to attach by
your minifilter turns into. Are you being called at your attach point ? And
do you have enough instances in the registry?


Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@yahoo.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

---------------------------------
Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars.