diff --git a/README.html b/README.html index 758d35d..728cf93 100644 --- a/README.html +++ b/README.html @@ -112,6 +112,8 @@
  1. From a Windows command prompt run nfs_mount.exe to mount a share:
    > nfs_mount.exe Z: <server_name>:\
  2. +
  3. To specify the security flavor, add the 'sec=' mount option with sys, krb5, krb5i, or krb5p: +
    > nfs_mount.exe -o sec=<flavor> Z: <server_name>:\
  4. You can later unmount with:
    > nfs_mount.exe -d Z
@@ -140,12 +142,14 @@

7. Known Issues

+

Please direct any questions to msv4-devel@citi.umich.edu.