STATUS_EAS_NOT_SUPPORTED is received from NTFS when attempting to read the file EA

Hi,

My FS filter use NTFS file Extended Attributes to store per file metadata.

EA is read during IRP_MJ_CREATE processing just before completing the
request.

EA is read successfully most of the time, but sometimes I receive
STATUS_EAS_NOT_SUPPORTED attempting to read the file EA.

I would appreciate if any help with this problem.

I believe you can get this if there’s already a reparse point on the
file. Is it an NTFS symlink by any chance?

~Eric


From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Vadim Zeltser
Sent: Tuesday, August 04, 2009 11:40 AM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] STATUS_EAS_NOT_SUPPORTED is received from NTFS
when attempting to read the file EA

Hi,

My FS filter use NTFS file Extended Attributes to store per file
metadata.

EA is read during IRP_MJ_CREATE processing just before
completing the request.

EA is read successfully most of the time, but sometimes I
receive STATUS_EAS_NOT_SUPPORTED attempting to read the file EA.

I would appreciate if any help with this problem.


NTFSD is sponsored by OSR

For our schedule of debugging and file system seminars
(including our new fs mini-filter seminar) visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

No, it is a regular file. And its EA was successfully read previously.