Hi,
When I try to attach to a volume then I get error - 0x801f000f -
ERROR_FLT_FILTER_NOT_READY which indicates that filter driver is not ready.
However, it is filtering another volume indicating that it is attached to
that volume and hence initialized. fltmc also confirms that it is attached
to one volume.
Thanks for help!
Ashish
Can you please post the output of !fltkd.frames and then !fltkd.filter for the filter in question ?
Thanks,
Alex.
Alex,
Machine was rebooted two-three times and everything was normal. What
should I look into the output from the below commands to identify the
problem?
Ashish
On Wed, Dec 14, 2011 at 11:08 PM, wrote:
> Can you please post the output of !fltkd.frames and then !fltkd.filter for
> the filter in question ?
>
> Thanks,
> Alex.
>
> —
> NTFSD is sponsored by OSR
>
> For our schedule of debugging and file system seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>
I was going to look at the flags for your filter and see if the either UnloadInProgress or FilteringInitiated were set. I guess the filter either isn’t initialized or it’s tearing down (thought the fact that it’s already attached to a different volume would seem to indicate the latter).
Thanks,
Alex.