Installing NFS Server on Windows Server 2016. First up, we need to login to our Windows Server and open up the Server Management tool, once open, click on the large text link labelled “Add Roles and Features” as shown here: Once you have clicked on the “Add Roles and Features” link you should then be presented with this wizard. Jan 18, 2018 Great! We now have an NFS server running on our Windows 2016 Server! Creating an NFS share (export) Now that we have the NFS server installed we can now go and share (or “export” as NFS likes to call it) a directory, as per my intro notes to this blog post, I plan to add this to my data RAID array. NFS is usually used with Unix/Linux, however, NFS for Windows enables you to deploy NFS server on Windows Server, this enables both Windows and Unix/Linux to access the shared resources on Windows System. On the other hand, if you have a NFS Server deployed on Unix/Linux, you still can access the NFS Server with Windows System.
-->Applies to: Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
This topic describes the Network File System role service and features included with the File and Storage Services server role in Windows Server. Network File System (NFS) provides a file sharing solution for enterprises that have heterogeneous environments that include both Windows and non-Windows computers.
Using the NFS protocol, you can transfer files between computers running Windows and other non-Windows operating systems, such as Linux or UNIX.
NFS in Windows Server includes Server for NFS and Client for NFS. A computer running Windows Server can use Server for NFS to act as a NFS file server for other non-Windows client computers. Client for NFS allows a Windows-based computer running Windows Server to access files stored on a non-Windows NFS server.
Windows supports multiple versions ofthe NFS client and server, depending on operating system version and family.
Operating Systems | NFS Server Versions | NFS Client Versions |
---|---|---|
Windows 7, Windows 8.1, Windows 10 | N/A | NFSv2, NFSv3 |
Windows Server 2008, Windows Server 2008 R2 | NFSv2, NFSv3 | NFSv2, NFSv3 |
Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019 | NFSv2, NFSv3, NFSv4.1 | NFSv2, NFSv3 |
Here are some ways you can use NFS:
New and changed functionality in Network File System includes support for the NFS version 4.1 and improved deployment and manageability. For information about functionality that is new or changed in Windows Server 2012, review the following table:
Feature/functionality | New or updated | Description |
---|---|---|
NFS version 4.1 | New | Increased security, performance, and interoperability compared to NFS version 3. |
NFS infrastructure | Updated | Improves deployment and manageability, and increases security. |
NFS version 3 continuous availability | Updated | Improves continuous availability on NFS version 3 clients. |
Deployment and manageability improvements | Updated | Enables you to easily deploy and manage NFS with new Windows PowerShell cmdlets and a new WMI provider. |
NFS version 4.1 implements all of the required aspects, in addition to some of the optional aspects, of RFC 5661:
Improvements to the overall NFS infrastructure in Windows Server 2012 are detailed below:
NFS version 3 clients can have fast and transparent planned failovers with more availability and reduced downtime. The failover process is faster for NFS version 3 clients because:
Note that Server for NFS supports transparent failover only when manually initiated, typically during planned maintenance. If an unplanned failover occurs, NFS clients lose their connections. Server for NFS also doesn't have any integration with the Resume Key filter. This means that if a local app or SMB session attempts to access the same file that an NFS client is accessing immediately after a planned failover, the NFS client might lose its connections (transparent failover wouldn't succeed).
Deploying and managing NFS has improved in the following ways:
In Server Manager - or the newer Windows Admin Center - use the Add Roles and Features Wizard to add the Server for NFS role service (under the File and iSCSI Services role). For general information about installing features, see Install or Uninstall Roles, Role Services, or Features. Server for NFS tools include the Services for Network File System MMC snap-in to manage the Server for NFS and Client for NFS components. Using the snap-in, you can manage the Server for NFS components installed on the computer. Server for NFS also contains several Windows command-line administration tools:
NFS in Windows Server 2012 introduces the NFS module for Windows PowerShell with several new cmdlets specifically for NFS. These cmdlets provide an easy way to automate NFS management tasks. For more information, see NFS cmdlets in Windows PowerShell.
The following table provides additional resources for evaluating NFS.
Content type | References |
---|---|
Deployment | Deploy Network File System |
Operations | NFS cmdlets in Windows PowerShell |
Related technologies | Storage in Windows Server |
댓글 영역