Windows tips

Mount NFS share

  • select “Turn Windows features on or off” in “Control Panel > All Control Panel Items > Programs and Features”
  • enable “Services for NFS” - both “Administrative Tools” and “Client for NFS”
  • using regedit, set [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\Default] keys “AnonymousGid”=dword:00000064 and “AnonymousUid”=dword:000001f4 to desired UID and GID values (create them if needed)
  • reboot Windows
  • mount the share (it is persistent across reboots)
$ mount \\nfs_server\nfs_share v:
$ mount
  • umount all if needed
$ umount -a
notes/windows_tips.txt · Last modified: 2021/04/19 17:12 by admin
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0