Reparse in READ

Reparsing works in Create only.
Why do you need to do this in READ ?

L.


! NOVINKA ! – SURVIVAL L-Carnitin+Chrom – Zbav se kil a dej se do
formy! http://www.sportwave.cz

It is not possible. Reparse is only valid on creat calls.

Jamey

----- Original Message -----
From: Gaurav Gore
To: Windows File Systems Devs Interest List
Sent: Monday, March 21, 2005 2:21 AM
Subject: [ntfsd] Reparse in READ

Hi,

I tried (thankfully successfully) to issue a reparse in IRP_MJ_CREATE. Now however I want to do it on READ.
Is it possible for me to do so in READ? What steps do I follow?

Thanks,
~Gaurav

— Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17 You are currently subscribed to ntfsd as: unknown lmsubst tag argument: ‘’ To unsubscribe send a blank email to xxxxx@lists.osr.com

Can we get this stuff out of this newsgroup?

HREF=3D"http://clients.redif=f.com/signature/track_sig.asp"> SRC=3D"http://ads.rediff.com/RealMedia/=
ads/adstream_nx.cgi/www.rediffmail.com/xxxxx@Bottom" BORDER=3D0 VSPACE=
=3D0 HSPACE=3D0>=0A

I don’t like these attempts to go out on the internet. Since they use Port
80, my system does not allow my email client to reach the internet, but I
don’t want them anyway. If you can’t find a decent email or news reader,
use the web interface to these groups.

“Gaurav Gore” wrote in message
news:xxxxx@ntfsd…
OK!! Thanks !! What i actually wanted to do was to concat data from another
file to the data acquired from the READ on one file…for example…when I
open a1.txt in notepad…i should see the data from both a1.txt and
a2.txt…i have gotten rid of the reparse altogether am now able to read
a2.txt using ZwReadFile() in the READ for a1.txt…but when I am trying to
concat the data, there are no errors…but notepad shows the data only form
a1.txt. The driver is using Neither I/O…and so using the User.Buffer field
from the IRP i tried to concat the data…but to no awail…guess its a
problem with the addressing…but dont know what… any suggestions ??

~Gaurav

On Mon, 21 Mar 2005 Jamey Kirby wrote :
>It is not possible. Reparse is only valid on creat calls.
>
>Jamey
>
> ----- Original Message -----
> From: Gaurav Gore
> To: Windows File Systems Devs Interest List
> Sent: Monday, March 21, 2005 2:21 AM
> Subject: [ntfsd] Reparse in READ
>
>
>
> Hi,
>
> I tried (thankfully successfully) to issue a reparse in IRP_MJ_CREATE.
> Now however I want to do it on READ.
> Is it possible for me to do so in READ? What steps do I follow?
>
> Thanks,
> ~Gaurav
>
>
>
> — Questions? First check the IFS FAQ at
> https://www.osronline.com/article.cfm?id=17 You are currently subscribed
> to ntfsd as: unknown lmsubst tag argument: ‘’ To unsubscribe send a blank
> email to xxxxx@lists.osr.com
>—
>Questions? First check the IFS FAQ at
>https://www.osronline.com/article.cfm?id=17
>
>You are currently subscribed to ntfsd as: unknown lmsubst tag argument: ‘’
>To unsubscribe send a blank email to xxxxx@lists.osr.com

Hi,

Yes, this is seriously annoying. I set my newsreader to format everything as
plain text so I tend to miss these things.

I’ll look into a reasonable solution for this one, but I just wanted to note
that there is no web interface for posting. We don’t like the one that comes
with the list software (it truly is an interface only a mother could love)
so we only allow posting through email or, even better, NNTP.

OSR List Slave (And Full-Time Cross-Post Hater)

“David J. Craig” wrote in message
news:xxxxx@ntfsd…
> Can we get this stuff out of this newsgroup?
>
> HREF=3D"http://clients.redif=f.com/signature/track_sig.asp">> SRC=3D"http://ads.rediff.com/RealMedia/=
> ads/adstream_nx.cgi/www.rediffmail.com/xxxxx@Bottom" BORDER=3D0
> VSPACE=
> =3D0 HSPACE=3D0>=0A
>
> I don’t like these attempts to go out on the internet. Since they use
> Port 80, my system does not allow my email client to reach the internet,
> but I don’t want them anyway. If you can’t find a decent email or news
> reader, use the web interface to these groups.
>
>
>
> “Gaurav Gore” wrote in message
> news:xxxxx@ntfsd…
> OK!! Thanks !! What i actually wanted to do was to concat data from
> another file to the data acquired from the READ on one file…for
> example…when I open a1.txt in notepad…i should see the data from both
> a1.txt and a2.txt…i have gotten rid of the reparse altogether am now
> able to read a2.txt using ZwReadFile() in the READ for a1.txt…but when I
> am trying to concat the data, there are no errors…but notepad shows the
> data only form a1.txt. The driver is using Neither I/O…and so using the
> User.Buffer field from the IRP i tried to concat the data…but to no
> awail…guess its a problem with the addressing…but dont know what…
> any suggestions ??
>
> ~Gaurav
>
>
> On Mon, 21 Mar 2005 Jamey Kirby wrote :
>>It is not possible. Reparse is only valid on creat calls.
>>
>>Jamey
>>
>> ----- Original Message -----
>> From: Gaurav Gore
>> To: Windows File Systems Devs Interest List
>> Sent: Monday, March 21, 2005 2:21 AM
>> Subject: [ntfsd] Reparse in READ
>>
>>
>>
>> Hi,
>>
>> I tried (thankfully successfully) to issue a reparse in IRP_MJ_CREATE.
>> Now however I want to do it on READ.
>> Is it possible for me to do so in READ? What steps do I follow?
>>
>> Thanks,
>> ~Gaurav
>>
>>
>>
>> — Questions? First check the IFS FAQ at
>> https://www.osronline.com/article.cfm?id=17 You are currently subscribed
>> to ntfsd as: unknown lmsubst tag argument: ‘’ To unsubscribe send a blank
>> email to xxxxx@lists.osr.com
>>—
>>Questions? First check the IFS FAQ at
>>https://www.osronline.com/article.cfm?id=17
>>
>>You are currently subscribed to ntfsd as: unknown lmsubst tag argument: ‘’
>>To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
>