首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >如何在 windows server 2008 上面 挂载NFS

如何在 windows server 2008 上面 挂载NFS

作者头像
西湖醋鱼
发布2020-12-30 16:37:31
发布2020-12-30 16:37:31
3.5K0
举报

首先, 你在一台服务器上面配置好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

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

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2018-07-24 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档