From 69bb1094f934e7c42bd3d9df0cc7f10c7b4e3c30 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 8 May 2012 16:02:08 -0400 Subject: [PATCH] readme: added installation step for DisableDFS Signed-off-by: Casey Bodley --- README.html | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README.html b/README.html index dec6a9a..c96aa0a 100644 --- a/README.html +++ b/README.html @@ -29,6 +29,7 @@
  1. Building from Source
  2. Installing Binaries
  3. +
  4. Disable the DFS Client
  5. Ldap Configuration
  6. Starting the Client
  7. Mounting
  8. @@ -91,7 +92,16 @@
    > bcdedit /set testsigning on
  9. Reboot.
-

3. Ldap Configuration

+

3. Disable the DFS Client

+ +

Instructions

+
    +
  1. Open regedit.exe and navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Mup.
  2. +
  3. Add a DWORD value named DisableDfs with a value of 1.
  4. +
+

4. Ldap Configuration

Requirements:

-

5. Mounting

+

6. Mounting

Instructions

  1. From a Windows command prompt run nfs_mount.exe to mount a share: @@ -126,7 +136,7 @@
  2. You can later unmount with:
    > nfs_mount.exe -d Z
-

6. Connectathon

+

7. Connectathon

Requirements