Hi.
Everybody knows Nagar’s sample. That filter driver attaches several file system devices and even intercepts volume mount requests to attach the mounted volumes. That is a very hard work, i was lucky to find that code, it saved me 80% of code writting. But I heard rumors that there is an easier way, attaching only one or a few devices, or hooking a system call (as simple as it is in Unix).Is that true?
Thanks.