// JP opened flex table

Click to See Complete Forum and Search --> : monitoring file system during boot start failed!!


vyankatesh00q
June 9th, 2008, 02:41 AM
Hi,


I am new in driver development. I want to develope file system mini filter driver to monitor the file system changes . Driver must be loaded during boot i.e at boot start driver with start value as zero. Is it possible to monitor file system changes such as opening,closing, deleting files during sytem boot process?

I tried using FltRegisterFilter(), to register filter. But when i start driver at boot ,driver is loaded in memory,
but it doesn't come to postcreate() callback routine.
I think this is due to my driver is not able to attach to filesystem during boot.
My question is why driver is not able to attach to File System during boot ?
when system is completely booted it work properly , and start monitoring
file system.





Thanks & Regards, Vyankatesh.

//JP added flex table