NFS Client Setup
Walks through how to connect to an NFS share
Requirements
- Must have NFS client for Windows enabled to interact with the NFS server on truenas.lan
Steps
- Run
mount -o anon \\truenas.lan\mnt\Pool1 Z:
- Open regedit and edit
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\Default
- Add New DWORD(32-bit) value inside of default for AnonymousUid and AnonymousGid
- Restart the your machine
- Run
mount -o nolock -o anon \\truenas.lan\mnt\Pool1\NFS Z: