Skip to content

Instantly share code, notes, and snippets.

@gilangvperdana
Last active November 12, 2023 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilangvperdana/8edd14319f7e0f82732d2554f1dcd278 to your computer and use it in GitHub Desktop.
Save gilangvperdana/8edd14319f7e0f82732d2554f1dcd278 to your computer and use it in GitHub Desktop.
Mount NFS Directory on Windows Server 2019

General

If you want to mount your NFS Directory to Windows Server 2019 you can follow this guide.

Install NFS Client on Windows Server

Open Powershell then execute this

Import-Module ServerManager
Install-WindowsFeature -Name FS-NFS-Service
Install-WindowsFeature NFS-Client

Mount to a Folder

Go to This PC -> Go to Computer Tab -> Map Network Drive -> Fill \\NFS_IP\SubFolder -> NFS Directory will appear on This PC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment