Skip to main content

All Questions

2 votes
1 answer
7k views

NFS Permission Denied when mounting from WSL

I'm trying to mount a NFS folder in WSL2 Ubuntu 20.04 sudo mount singularity:/srv/Storage /mnt/storage -v But it gives me an error mount.nfs: access denied by server while mounting singularity:/srv/...
cclloyd's user avatar
  • 812
6 votes
2 answers
21k views

How to mount an NFS share on WSL2?

How can I mount an NFS share from WSL2 on Windows 10? sudo mount -t nfs 192.168.1.101:/mnt/tank /mnt/tank fails with mount.nfs: rpc.statd is not running but is required for remote locking. mount.nfs: ...
Jacob Pavlock's user avatar