1. 程式人生 > >NFS Server : Install

NFS Server : Install

windows NFS

NFS Server : Install

Install NFS Server to share folders.

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

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].
技術分享圖片
[2]Select [Shares] on the left pane and click [TASKS] - [New Share...].
技術分享圖片
[3]For example, select [NFS Share - Quick] on here.
技術分享圖片
[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)
技術分享圖片
[5]Input local and remote share path.
技術分享圖片
[6]Specify authentication methods.
技術分享圖片
[7]Set the share permissions. Click [Add...] button.
技術分享圖片
[8]Specify the Hosts you'd like to grant access permissions like the example below.
技術分享圖片
[9]Click [Next] button.
技術分享圖片
[10]Specify permissions to control access on here.
技術分享圖片
[11]Confirm selections and it's no ploblem, Click [Create] button.
技術分享圖片
[12]After finishing creating, Click [Close] button.
技術分享圖片
[13]NFS shared folder has been just configured.
技術分享圖片

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].
技術分享圖片
[2]Click [Next] button.
技術分享圖片
[3]Select [Role-based or feature-based installation].
技術分享圖片
[4]Select a Host which you'd like to add services.
技術分享圖片
[5]Click [Next] button.
技術分享圖片
[6]Check a box [Client for NFS].
技術分享圖片
[7]Click [Install] button.
技術分享圖片
[8]After finishing Installation, click [Close] button.
技術分享圖片
[9]Run Command Prompt and input commands like follows.
? mount [NFS server's Hostname or IP address]:/[share name] [Local Drive to mount]:\
技術分享圖片
[10]Run Explorer, then NFS share folder is displayed.
技術分享圖片
[11]It's possible to read/write files or folders by access control.
技術分享圖片

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].
技術分享圖片
[2]Check a box [Client for NFS] and click [OK] button.
技術分享圖片
[3]Run Command Prompt and input commands like follows.
? mount [NFS server's Hostname or IP address]:/[share name] [Local Drive to mount]:\
技術分享圖片
[4]Run Explorer, then NFS share folder is displayed.
技術分享圖片



NFS Server : Install