Client For Windows 10: 3rd Party Nfs
| Client | Throughput (read MB/s) | Throughput (write MB/s) | Metadata ops/sec (ls -lR) | Lock contention (100 threads) | NFS version | |--------|------------------------|-------------------------|----------------------------|-------------------------------|-------------| | Native Windows | 890 | 420 | 320 | Fails after 50 | NFSv3 | | Hummingbird | 1180 | 610 | 1050 | Stable | NFSv4.1 | | hanewin | 1050 | 580 | 970 | Stable | NFSv4.1 | | NFSaxe | 750 | 380 | 210 | Fails after 20 | NFSv3 | | NetDrive | 310 | 120 | 80 | Not supported | NFSv3 |
Appendix B: Registry fix for UTF-8 filename support in native NFS 3rd party nfs client for windows 10
HKLM\SYSTEM\CurrentControlSet\Control\NFS\NFSV3\UTF8Enabled = 1 (DWORD) | Client | Throughput (read MB/s) | Throughput
→ hanewin NFS Client – Excellent protocol support, lower cost. lower cost. → NFSaxe – Simple
→ NFSaxe – Simple, free, works for media streaming.
# Enable NFS client (as admin) dism /online /Enable-Feature /FeatureName:ServicesForNFS-ClientOnly /All mount -o anon -o mtype=hard \192.168.1.100\export Z:
