如何在 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 

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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM