====== 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