Saturday, December 28, 2024
Google search engine
HomeGuest BlogsConfigure NFS Client on Windows Server 2019

Configure NFS Client on Windows Server 2019

.tdi_3.td-a-rec{text-align:center}.tdi_3 .td-element-style{z-index:-1}.tdi_3.td-a-rec-img{text-align:left}.tdi_3.td-a-rec-img img{margin:0 auto 0 0}@media(max-width:767px){.tdi_3.td-a-rec-img{text-align:center}}

In our previous guide, we installed NFS Server on Windows Server and created a share ready to be connected to. In this guide, we are going to make use of our share and we hope it will be interesting. The procedure is simple and concise and you just need an access to a Windows Server 2019 as Admin user. Here we go!

Step 1: Server Manager

Open Server Manager, click on “Add Roles and Features” and click “Next” on the wizard.

Server Manager start
Add Roles and Features Dashboard

Step 2: Role-based

In the “Select Installation type page“, select “Role-based or feature-based-installation” and click “Next

.tdi_2.td-a-rec{text-align:center}.tdi_2 .td-element-style{z-index:-1}.tdi_2.td-a-rec-img{text-align:left}.tdi_2.td-a-rec-img img{margin:0 auto 0 0}@media(max-width:767px){.tdi_2.td-a-rec-img{text-align:center}}

Add Roles and Features POP Role based 1

Step 3: Choose Server

Select the server you will install NFS on and click “Next“.

NFS Client Select Host

Step 4: Select Server Roles

In this “Select server roles” part, click “Next“.

NFS Client Select Server Roles

Step 5: Features

In this “Select features” page, check the “Client for NFS” box and click “Next“.

NFS Client Highlighted

Step 6: Confirm and Install

Confirm your installation selections and hit “Install“. Let it finish installing then click “Close” and you will have finished the NFS Client installation process.

NFS Client Install
NFS Client Installation progress
NFS Client Installation Finished

Step 7: Connect to NFS Server’s Share using umount.exe

Open your Powershell with Administrator privileges and execute the command below. Make sure the drive you are labeling the share with is not used already on the client. Remember; 10.10.20.2 is your NFS Server’s IP, /TestShare is the name you gave your Share and E:\ is the label your share will have on your NFS Client as confirmed in step 8.

NFS Client Powershell mount

Step 8: Confirm the share in File Manager

Open File Explorer and check if the share was mounted successfully. Play around with the share by adding files and directories whilst confirming they are reflecting in the parent directory.

NFS Client TestShare Confirmed in filemanager

Conclusion

Now we have successfully married the NFS Server and Client together and we hope everything worked out well on your end. Thank you for reading through and success in your hard work.

Click the guides below and enjoy as well:

.tdi_4.td-a-rec{text-align:center}.tdi_4 .td-element-style{z-index:-1}.tdi_4.td-a-rec-img{text-align:left}.tdi_4.td-a-rec-img img{margin:0 auto 0 0}@media(max-width:767px){.tdi_4.td-a-rec-img{text-align:center}}

RELATED ARTICLES

Most Popular

Recent Comments