来自Windows Server 2008 R2的NFS

我有一个Windows [Web] Server 2008 R2,我需要在Linux机器上安装NFS共享。 Windows帮助指的是pipe理工具下的“networking文件系统(NFS)服务”,我无法find它。 我也尝试在服务器pipe理中的“添加function”下查找NFS客户端,但也没有运气。

那么,如果可能的话,如何从W2k8 R2安装NFS共享呢? 我不想使用任何第三方工具或驱动程序。 谢谢。

嗨,我相信这应该涵盖一切为你:

http://technet.microsoft.com/en-us/library/cc753302%28WS.10%29.aspx

这需要标准版,而networking版不会有这个选项。

我build议通过fstab安装一个cifs共享

// serverfqdn / sharename $ / / path / to / mount cifs uid = [uid],username = [fileshareuser],password = [filesharepass],wsize = 32768,rsize = 32768 0 0

为NFS组件安装服务

1。

Click Start, point to Administrative Tools, and then click Server Manager. 

2。

  In the left pane, click Roles. 

3。

  Under Roles Summary in the right pane, click Add Roles. The Add Roles Wizard appears. Click Next. 

4。

  Select the File Services check box to install this role on the server, and then click Next. 

5。

  Select the Services for Network File System check box, and then click Next. 

6。

  Confirm your selection, and then click Install. 

7。

  When the installation completes, the installation results appear. Click Close. 

networking文件系统(NFS)的服务在Web Edition中不可用。
我不确定它是否在标准版中。