如何在 windows server 2008 上面 挂载NFS

首先, 你在一台服务器上面配置好NFS 服务器:然后按照一下步骤:

mounting the nfs on windows server 2008 r2:

  • open Windows Server 的Dos window(not powershell),typing:
    servermanagercmd.exe -install FS-NFS-Services  
  • to ensure that the disk map still exists after the system is restarted:
     net use /persistent:yes 
  • mount the nfs on z:

           mount IP:/Share -o nolock,rsize=1024,wsize=1024,timeo=15 z:

windows 10 如何挂载 NFS: https://blog.csdn.net/qq_34158598/article/details/81976063 

对于中文乱码问题:http://www.nihao001.com/archives/1574.html 

保持更新,转载请注明出处。

原文地址:https://www.cnblogs.com/xuyaowen/p/windows_server_mount_nfs.html