top of page

Configure NFS Server on Windows Server 2019

  • sicnarflatosa
  • May 23, 2022
  • 1 min read

In my Lab I use NFS for Datastore.


Here I will show how to setup and configure.


Steps:

- Open the Server Manager

- Click Add Roles and Features Wizard

ree

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

ree

- Select the server you will install NFS on and click Next

ree

- Select server roles part, expand File and Storage Services and further expand File and iSCSI Services then check the box against Server for NFS. A pop-up window will come forth

ree

- In the pop-up window, just click on Add Features then hit Next

ree
ree

- In this Select features page, simply click on Next

- Confirm your installation selections and hit Install

ree

- Wait to finish the installation

ree

- Click Close

ree

- Configure NFS Share Folder

- Open Server Manager then click File and Storage Services

ree

- Select Shares > Tasks > New Share

ree

- Select your preferred profile then click Next ( In my example I choose NFS Share-Quick )

ree

- On this page, choose Type a custom path, browse for your directory and click Next

ree

- Name your Share and click Next

ree

- Specify authentication methods click Next

ree

- Choose Hosts to Access the Share ( In my case I choose All Machine )

- Permission should be Read/Write and click Add

ree
ree

- You can tweak the permissions to befit your scenario here. Once done, click Next

ree

- Confirm your selections and click Create

ree

- Once Completed click Close

ree

- To verify, Go back to Server Manager > File and Storage Services > Shares

ree

- All Done, Next steps add NFS to your ESXi make it as Datastore

Comments


©2022 by FLATOSA. Proudly created with Wix.com

bottom of page