NFS client under WSL - mount.nfs: No such device

nfs, windows-subsystem-for-linux

Solution

As of October 2020: You can mount nfs with wsl2, but wsl2 itself requires a hardware virtualization available. See here: https://github.com/microsoft/WSL/issues/5838

Problem

I am getting the following error trying to mount a nfs export. ``` sudo mount 192.168.1.175:/mnt/nas /mnt/c/nas mount.nfs: No such device ``` Any ideas on how to fix this?

Original source