在Windows 8非企业版上安装NFS

我已经阅读了 similar question的答案,但我想在这里提出一个非常狭窄的范围.假设Windows 8而不是企业(这意味着没有提供本机NFS功能的unix应用程序的服务),我如何挂载NFS共享?

编辑:我认为第三方软件是可以接受的,也是唯一的答案.

好吧,正式你不能.这就是为什么(可能你已经知道)供参考: https://support.microsoft.com/en-us/kb/2769923

Services for Network File System (NFS) feature is available only in
the Windows 8 Enterprise edition. This feature is not available in
Windows 8 and Windows 8 Pro editions. Users when upgrading from
Windows 7 Ultimate or Windows 7 Enterprise edition to Windows 8 Pro
edition can no longer use Services for NFS feature.

那有什么选择呢?
微软说清楚简洁:

In order to continue to use Services for NFS feature in Windows 8
client,Windows 7 users will have to upgrade to Windows 8 Enterprise
edition.

所以,我能想到的其余选项,

>做某种黑客攻击.
>安装一些第三方软件.

我想到的另一个选择是,如果满足要求,则使用samba文件共享.

附:我不会在这里推荐一个特定的产品,因为它违反了Serverfault的政策.您可以在互联网上搜索它,找到最适合您需求的一个.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...