Windows 10 Nfs Client

Steps below are showing how to mount a NFS share on Windows client.
1.) Install the NFS Client (Services for NFS) what can be enabled from Windows Control Panel:

  • Open Control Panel and search for 'Turn Windows features on or off'
  • check the option 'Services for NFS', then click OK.

On CMD, I have entered the following command to mount/map the NFS share: mount -o nolock,anon,fileaccess=7,mtype=hard NASGUL mnt Volume2 NFS.TEST. I am able to create, delete, modify files on the NFS share fine on the Windows 10 client. My issue is the performance as I have tested the NFS share compared to the SMB share using. How to Configure Windows as an NFS Client. First, we need to enable certain features within Windows in order to perform NFS client operations. The easiest way to do so is in an elevated PowerShell session, and the command differs depending on if our client environment is running Windows 10 or Windows Server. NFS Client Configuration on Windows 10 Pro. Integrating Windows to use NFS is a little more tricky. You may notice I wrote this part of the how-to with screenshots rather than text descriptions. Personally I primarily use Linux for any real systems work beyond spreadsheets and browsing. NFS Client provides you with a very handy application software that helps you quickly and easily mount a new Windows drive for loading up an NFS export within. First things first, NFS, also known. There is should be an option for Services for NFS and under it should be Administrative tools and Client for NFS. I have been told that this feature is available in WIndows 10 Pro but I would like to verify that with someone who is actually running Win 10 Pro. My hunch is that it is not there and is only available in Windows 10 Enterprise.

Windows 10 Nfs Client Mount

2.) On the ECS side, configure the NFS share. Refer to the ECS Administration Guide for what can be downloaded from https://support.emc.com/products/37254_ECS-Appliance-/Documentation/.
3.) Enable Write Permissions for the Anonymous User:
With the default options you will only have read permissions when mounting an ECS NFS share using the anonymous user. We can give the anonymous user write permissions by changing the UID and GID that it uses to mount the share.

To change the UID and GID we need to make a simple change to the Windows registry by performing the following steps:

  • Open regedit by typing it in the search box end pressing Enter.
  • Browse to HKEY_LOCAL_MACHINESOFTWAREMicrosoftClientForNFSCurrentVersionDefault.
  • Create a new New DWORD (32-bit) Value inside the Default folder named AnonymousUid and assign the UID 0 (or another UID/GID if configured in ECS).
  • Create a new New DWORD (32-bit) Value inside the Default folder named AnonymousGid and assign the GID 0 (or another UID/GID if configured in ECS).
  • Restart the NFS client from Windows CMD line (nfsadmin client restart) or reboot the machine to apply the changes.
Nfs

Windows 10 Nfs Client Uid Gid

4.) Mount the NFS share on your windows CMD line:

Windows 10 Nfs Client Slow


# mount -o 'nolock,sec=sys' x.x.x.x:/<Namespace name you used>/<Bucket name you used> <Windows path>:Windows 10 Nfs Client

Windows 10 Nfs Client Version

Example: