首先, 你在一台服務器上面配置好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
保持更新,轉載請注明出處。