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