NFS Server : Install NFS Client2023/02/02 |
|
Install NFS Client.
On CUI Installation, Set like follows.
|
|
| [1] | Run PowerShell with Admin Privilege and Install NFS Client. |
Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. # install NFS Client PS C:\Users\Administrator> Install-WindowsFeature NFS-Client Success Restart Needed Exit Code Feature Result ------- -------------- --------- -------------- True No Success {Client for NFS} |
|
NFS Server : Install NFS Client (GUI)
|
|
On GUI Installation, Set like follows.
|
|
| [2] | Run Server Manager and Click [Add roles and features]. |
|
| [3] | Click [Next] button. |
|
| [4] | Select [Role-based or feature-based installation]. |
|
| [5] | Select a Host which you'd like to add services. |
|
| [6] | Click [Next] button. |
|
| [7] | Check a box [Client for NFS] and go Next |
|
| [8] | Click [Install] button. |
|
| [9] | After finishing Installation, click [Close] button. |
|
| Sponsored Link |
|
|