> RECD(
is it RECD( AFAIK it is RCRD(
- How many types of tags are there?
apart from these I have also seen RSTR
developer
> RECD(
is it RECD( AFAIK it is RCRD(
- How many types of tags are there?
apart from these I have also seen RSTR
developer
Maybe NTFS metadata?
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: D M
To: Windows System Software Devs Interest List
Sent: Monday, August 08, 2005 10:09 AM
Subject: [ntdev] MDL
I am monitoring MDLs in IRP MJ_READ and WRITE.
When I print the contents of an MDL, I find the following tags attached to them
RECD(
INDX(
DATA(
can someone tell me what these different tags are for?
How many types of tags are there?
thanks,
D M
— Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256 You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’ To unsubscribe send a blank email to xxxxx@lists.osr.com
it is matadata, try changing your file system type and check, you will
not see these fields, in fat32 for example, they don’t exist.
On 8/8/05, Maxim S. Shatskih wrote:
>
> Maybe NTFS metadata?
>
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> xxxxx@storagecraft.com
> http://www.storagecraft.com
>
>
> ----- Original Message -----
> From: D M
> To: Windows System Software Devs Interest List
> Sent: Monday, August 08, 2005 10:09 AM
> Subject: [ntdev] MDL
>
>
>
>
>
> I am monitoring MDLs in IRP MJ_READ and WRITE.
>
> When I print the contents of an MDL, I find the following tags attached to
> them
>
> RECD(
> INDX(
> DATA(
>
>
> 1. can someone tell me what these different tags are for?
>
> 2. How many types of tags are there?
>
> thanks,
>
> D M
>
>
> — Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256 You are
> currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’ To
> unsubscribe send a blank email to %%email.unsub%%
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com
–
- Developer
go to the site, http://linux-ntfs.sourceforge.net/ntfs/ you will get
information about all these tags.
On 8/8/05, Developer wrote:
> it is matadata, try changing your file system type and check, you will
> not see these fields, in fat32 for example, they don’t exist.
>
>
>
> - Developer
>
> On 8/8/05, Maxim S. Shatskih wrote:
> >
> > Maybe NTFS metadata?
> >
> > Maxim Shatskih, Windows DDK MVP
> > StorageCraft Corporation
> > xxxxx@storagecraft.com
> > http://www.storagecraft.com
> >
> >
> > ----- Original Message -----
> > From: D M
> > To: Windows System Software Devs Interest List
> > Sent: Monday, August 08, 2005 10:09 AM
> > Subject: [ntdev] MDL
> >
> >
> >
> >
> >
> > I am monitoring MDLs in IRP MJ_READ and WRITE.
> >
> > When I print the contents of an MDL, I find the following tags attached to
> > them
> >
> > RECD(
> > INDX(
> > DATA(
> >
> >
> > 1. can someone tell me what these different tags are for?
> >
> > 2. How many types of tags are there?
> >
> > thanks,
> >
> > D M
> >
> >
> > — Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256 You are
> > currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’ To
> > unsubscribe send a blank email to %%email.unsub%%
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’
> > To unsubscribe send a blank email to
> > xxxxx@lists.osr.com
>
>
> –
>
> - Developer
>
–
- Developer