From 79207af1ce0096cd4b075c3b7c8b0c8b7a715940 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Wed, 8 Nov 2023 22:38:46 +0100 Subject: [PATCH] docs: document current issues with WinFsp --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9bcae81c..bc830ef7 100644 --- a/README.md +++ b/README.md @@ -412,6 +412,12 @@ There are a few things worth pointing out, though: a DwarFS image that contains links of some sort, you might run into errors if you don't have the right privileges. +- Due to a [problem](https://github.com/winfsp/winfsp/issues/454) in + WinFsp, symlinks cannot currently point outside of the mounted file + system. Furthermore, due to another + [problem](https://github.com/winfsp/winfsp/issues/530) in WinFsp, + symlinks with a drive letter will appear with a mangled target path. + - The DwarFS driver on Windows correctly reports hardlink counts via its API, but currently these counts are not correctly propagated to the Windows file system layer. This is presumably due to a