From 2a3f1a3990042ff62eed23929b87cf028aa09c15 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 22 Oct 2021 15:22:08 +0100 Subject: [PATCH] doc: update NTFS compatibility --- doc/NTFS-Compatibility.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/NTFS-Compatibility.asciidoc b/doc/NTFS-Compatibility.asciidoc index d63f7f4f..eae96dd5 100644 --- a/doc/NTFS-Compatibility.asciidoc +++ b/doc/NTFS-Compatibility.asciidoc @@ -17,13 +17,14 @@ WinFsp supports the following NTFS features: - Opportunistic locks. - Open, create, close, delete, query named streams. - Reparse points with special support for symbolic links. +- Extended attributes. +- Traditional Windows and POSIX semantics for delete and rename. == Unsupported features WinFsp does not support the following NTFS features: - Hard links. Rather rarely used on Windows. However it might be worthwhile to implement them for WinFsp. -- Extended attributes. Although popular with POSIX file systems, they are severely hampered and rarely used on Windows. They are also not exposed via the Win32 API. - Short file names. Short file names are a relic of the past. WinFsp made a conscious decision not to support them. - Paging files. Providing paging file support via a user mode file system is impossible for a number of reasons. - Object ID's. Opening files by ID (+FILE_OPEN_BY_FILE_ID+) is not supported.