diff --git a/internal/fs/ea_windows.go b/internal/fs/ea_windows.go index e69f595a8..b5d1e3cc8 100644 --- a/internal/fs/ea_windows.go +++ b/internal/fs/ea_windows.go @@ -61,7 +61,8 @@ var ( const ( // fileSupportsExtendedAttributes is a bitmask that indicates whether the file system supports extended attributes. - fileSupportsExtendedAttributes = 0x00000004 + // https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/ns-ntifs-_file_fs_attribute_information + fileSupportsExtendedAttributes = 0x00800000 ) // ExtendedAttribute represents a single Windows EA.