
In this guide, we will install the NFS Server on Windows Server. NFS stands for Network File System and it applies to Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012. We are installing and configuring it on Windows Server 2019. You are free to use any version of Windows Server. NFS is an efficient way to share a directory to other client machines in your organization. You can use it as a central repository that can be mounted to clients so they are able to access similar files as though they were part of the system. You also check out the following guides – how to block upgrade to Windows 11 through Local Group Policy or Registry Editor from Windows 10, how to upgrade Windows 10 with an unsupported CPU and TPM 1.0 to Windows 11, how to fix “Failed to open session in VirtualBox to install Windows 11 Image” and how to install and upgrade Docker Engine from binaries on Windows Server
Note: Network File System (NFS) provides a file sharing solution that lets you transfer files between computers running Windows Server and UNIX operating systems using the NFS protocol. This topic describe the steps you should follow to deploy NFS.
To get the NFS setup, we will do the following:
- Launch the Server Manager
- Role-based
- Choose Server (Host)
- Select Server Roles
- Features
- Confirm and Install
- How to Connect to NFS Server’s Share using umount.exe
- Confirm the share in File Manager
- Launch Server Manager. Click on
Add Roles and Features
and clickNext
on the wizard.
2. In the Select Installation type page, select Role-based or feature-based installation
and click Next
.
3. Select the server or host you will like to install NFS on and click Next.
Our Server or the host name is nfsserver
from the screenshot below.
4. In this Select server roles
part, expand the [File and Storage Services options, select File and iSCSI
Services
. Ensure Server for NFS
is selected as highlighted below in the screenshot click Next.
5. In this Select features
page, check the Client for NFS
box and click Next
.
6. Confirm and Install – Confirm your installation selections and click on Install.
Let it finish installing then click Close and you will have finished the NFS Client installation process.
7. Installation complete. You may now click the close button and do nothing more!