NFS from Windows Server 2008 R2

Hi I believe this should cover everything for you:

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

This requires Standard Edition, and web edition will not have this option.

I'd recommend just mounting a cifs share via fstab

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

To install Services for NFS components

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.

Services for Network File System (NFS) isn't available in Web Edition.
I'm not sure if it's even in the Standard Edition.