From d3cb10fa7c5747c6d61f0b6ab5a402d283d83106 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 8 May 2012 15:18:00 -0400 Subject: [PATCH] readme: added known issue for extended attributes Signed-off-by: Casey Bodley --- README.html | 1 + 1 file changed, 1 insertion(+) diff --git a/README.html b/README.html index 2d8ff71..dec6a9a 100644 --- a/README.html +++ b/README.html @@ -156,6 +156,7 @@
  • Symbolic links are not supported in Cygwin. Connectathon's basic test8 and special test nfsidem have been commented out.
  • Does not allow renaming a file on top of an existing open file. Connectathon's special test op_ren has been commented out.
  • The Windows DFS client interferes with some requests, indicated by long delays during operation. To disable the DFS client, use regedit.exe to navigate to HKLM\System\CurrentControlSet\Services\Mup, and add a REG_DWORD entry named 'DisableDfs' with a value of 1. See http://support.microsoft.com/kb/171386 for more information.
  • +
  • Extended attributes are supported with some limitations: a) the server must support NFS Named Attributes, b) the order of listings cannot be guaranteed by NFS, and c) the EaSize field cannot be reported for directory queries of FileBothDirInformation, FileFullDirInfo, or FileIdFullDirInfo.
  • Please direct any questions to ms-nfs41-client-devel@lists.sourceforge.net.