From 96e560c9dbe0d87dc870f635787fd802483632ba Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Fri, 1 Jul 2011 11:47:53 -0400 Subject: [PATCH] readme: updated known issues removed issue for nfs_mount.exe not listing mounted drives modified issue for renaming on top of an open file (now returns an error) added issue suggesting DisableDfs Signed-off-by: Casey Bodley --- README.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.html b/README.html index df26af8..19a5416 100644 --- a/README.html +++ b/README.html @@ -144,10 +144,10 @@
  • AUTH_SYS does not handle multiple users, so all operations are sent as the user that established the mount.
  • krb5p security has only been tested with DES, as the linux server does not support gss krb5 v2 tokens with rotated data.
  • When recovering opens and locks outside of the server's grace period, client does not check whether the file has been modified by another client.
  • -
  • When nfs_mount.exe is run without arguments, it does not properly list mounted drives.
  • If nfsd.exe is restarted while a drive is mapped, that drive needs to be remounted before further use.
  • Symbolic links are not supported in Cygwin. Connectathon's basic test8 and special test nfsidem have been commented out.
  • -
  • Does not properly handle renaming a file on top of an existing open file- the existing file is removed on rename, and not preserved until last close. Connectathon's special test op_ren has 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.
  • Please direct any questions to msv4-devel@citi.umich.edu.