如何在 Windows 10 上从 WSL2 挂载 NFS 共享?
sudo mount -t nfs 192.168.1.101:/mnt/tank /mnt/tank
Run Code Online (Sandbox Code Playgroud)
失败了
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
Run Code Online (Sandbox Code Playgroud)
我在 windows-subsystem-for-linux 上运行 Ubuntu 20.04 LTS。