NFS Server : Install

Install NFS Server to share folders.

[1] Run Server Manager and Click [Add roles and features].
NFS Server : Install_第1张图片
[2] Click [Next] button.
NFS Server : Install_第2张图片
[3] Select [Role-based or feature-based installation].
NFS Server : Install_第3张图片
[4] Select a Host which you'd like to add services.
NFS Server : Install_第4张图片
[5] Check a box [Server for NFS].
NFS Server : Install_第5张图片
[6] Addtional features are required to add NFS Server. Click [Add Features] button.
NFS Server : Install_第6张图片
[7] Click [Next] button.
NFS Server : Install_第7张图片
[8] Click [Next] button.
NFS Server : Install_第8张图片
[9] Click [Install] button.
NFS Server : Install_第9张图片
[10] After finishing Installation, click [Close] button.
NFS Server : Install_第10张图片

NFS Server : Configure NFS Shared Folder
Configure NFS Shared Folder.

For example on here, create a shared folder which requires no authentication.

[1] Run Server Manager and Click [File and Storage Services].
NFS Server : Install_第11张图片
[2] Select [Shares] on the left pane and click [TASKS] - [New Share...].
NFS Server : Install_第12张图片
[3] For example, select [NFS Share - Quick] on here.
NFS Server : Install_第13张图片
[4] For example, configure a specific folder as shared one, so check a box [Type a custom path] and input the path for specific folder you'd like to set as shared folder. (set as "Share" on this exmaple)
NFS Server : Install_第14张图片
[5] Input local and remote share path.
NFS Server : Install_第15张图片
[6] Specify authentication methods.
NFS Server : Install_第16张图片
[7] Set the share permissions. Click [Add...] button.
NFS Server : Install_第17张图片
[8] Specify the Hosts you'd like to grant access permissions like the example below.
NFS Server : Install_第18张图片
[9] Click [Next] button.
NFS Server : Install_第19张图片
[10] Specify permissions to control access on here.
NFS Server : Install_第20张图片
[11] Confirm selections and it's no ploblem, Click [Create] button.
NFS Server : Install_第21张图片
[12] After finishing creating, Click [Close] button.
NFS Server : Install_第22张图片
[13] NFS shared folder has been just configured.
NFS Server : Install_第23张图片

NFS Server : Configure NFS Client (Server OS)

Configure NFS Client (Windows Server OS).

This example is based on Windows Server 2012 R2.

[1] Run Server Manager and Click [Add roles and features].
NFS Server : Install_第24张图片
[2] Click [Next] button.
NFS Server : Install_第25张图片
[3] Select [Role-based or feature-based installation].
NFS Server : Install_第26张图片
[4] Select a Host which you'd like to add services.
NFS Server : Install_第27张图片
[5] Click [Next] button.
NFS Server : Install_第28张图片
[6] Check a box [Client for NFS].
NFS Server : Install_第29张图片
[7] Click [Install] button.
NFS Server : Install_第30张图片
[8] After finishing Installation, click [Close] button.
NFS Server : Install_第31张图片
[9] Run Command Prompt and input commands like follows.
⇒ mount [NFS server's Hostname or IP address]:/[share name] [Local Drive to mount]:\
NFS Server : Install_第32张图片
[10] Run Explorer, then NFS share folder is displayed.
NFS Server : Install_第33张图片
[11] It's possible to read/write files or folders by access control.
NFS Server : Install_第34张图片

NFS Client : Configure NFS Client (Client OS)

Configure NFS Client (Windows Client OS).

This example is based on Windows 10 Pro.

[1] Open [Control Panel] - [Programs and Features].
NFS Server : Install_第35张图片
[2] Check a box [Client for NFS] and click [OK] button.
NFS Server : Install_第36张图片
[3] Run Command Prompt and input commands like follows.
⇒ mount [NFS server's Hostname or IP address]:/[share name] [Local Drive to mount]:\
NFS Server : Install_第37张图片
[4] Run Explorer, then NFS share folder is displayed.
NFS Server : Install_第38张图片