Monitoring mount and remount operations

Dear All!

Hope you can help me to solve a problem I have.
I need to monitor all mount and remount operations on
floppy diskettes. For example, when some floppy diskette
is first accessed the (re)mount operation occurs and I
need to log this event.

What is the best way to do that within the file system
filter driver? Suppose I need to hook \Fat device, but
how?

I don’t have much experience in file system filter driver
developing, so your example code will greatly help me.

Huge thanks for any help

Felix K.

“Felix K” wrote in message news:xxxxx@ntdev…
>
> Dear All!
>
> What is the best way to do that within the file system
> filter driver? Suppose I need to hook \Fat device, but
> how?
>

Please take your question to the NTFSD list… There are a few thousand
people there who do file systems who can help you with your question.

NTDEV focuses more on device driver development than file systems…

Peter
OSR

Filter below the FSD and not above it, pay attention to requests
with SL_OVERRIDE_VERIFY_VOLUME.

Max

----- Original Message -----
From: “Felix K”
To: “NT Developers Interest List”
Sent: Wednesday, October 02, 2002 1:24 AM
Subject: [ntdev] Monitoring mount and remount operations

> Dear All!
>
> Hope you can help me to solve a problem I have.
> I need to monitor all mount and remount operations on
> floppy diskettes. For example, when some floppy diskette
> is first accessed the (re)mount operation occurs and I
> need to log this event.
>
> What is the best way to do that within the file system
> filter driver? Suppose I need to hook \Fat device, but
> how?
>
> I don’t have much experience in file system filter driver
> developing, so your example code will greatly help me.
>
> Huge thanks for any help
> —
> Felix K.
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to %%email.unsub%%
>