I’m a beginner in writing filter driver using Filemon (from SysInternals)
as the base for W2K. I want to write a proprietary header in IRP_MJ_WRITE
and get back the header in IRP_MJ_READ. I want to place the header at the
beginning of file.
How can I do that ? It would be more comprehensive to me if you can explain
with actual codes.
Thanks in advance.
– Philip
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
It is a great idea to have the header which is exactly 1 page in size.
After this, filter the low-level uncached IO and adjust the offsets.
Max
----- Original Message -----
From: “Philip Hong”
To: “File Systems Developers”
Sent: Tuesday, February 05, 2002 1:46 AM
Subject: [ntfsd] How to add a file header ?
> I’m a beginner in writing filter driver using Filemon (from SysInternals)
> as the base for W2K. I want to write a proprietary header in IRP_MJ_WRITE
> and get back the header in IRP_MJ_READ. I want to place the header at the
> beginning of file.
>
> How can I do that ? It would be more comprehensive to me if you can explain
> with actual codes.
>
> Thanks in advance.
>
> – Philip
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
—
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com