Hi all,
In my home Proxmox Server, I have a 4TB Nvme drive that I want to share among some VMs. I have a Debian 12 based VM set up as a file server (
I can run

/etc/exports on the file server looks like this:
Permissions on /exports and /exports/disk4tb are 777.
Neither VM has any firewall active. Debian doesn't have any active firewall, and I've disabled Windows Defender.
Any tips on how to debug this would be most appreciated. I realize that NFS isn't the best choice for windows, but it's my only option right now, so please don't suggest using SMB, that wouldn't help me.
Thanks.
In my home Proxmox Server, I have a 4TB Nvme drive that I want to share among some VMs. I have a Debian 12 based VM set up as a file server (
192.168.68.62), the Nvme drive is exported from the file server as an NFS share. Other Linux VMs can mount and access this drive just fine. However, I'm unable to access it from a Windows 10 VM (192.168.68.64). I've looked at a number of guides on how to set up NFS on windows (for example this guide), and followed the instructions. The Windows NFS services are running properly as far as I can tell.I can run
showmount -e 192.168.68.62 from the Windows VM and it can see the exports from the file server, but when I try to mount, it fails, as in the picture below.
/etc/exports on the file server looks like this:
/exports/disk4tb *.local(rw,sync,no_root_squash,no_subtree_check) 192.168.68.64(rw,sync,no_root_squash,no_subtree_check)Permissions on /exports and /exports/disk4tb are 777.
Neither VM has any firewall active. Debian doesn't have any active firewall, and I've disabled Windows Defender.
Any tips on how to debug this would be most appreciated. I realize that NFS isn't the best choice for windows, but it's my only option right now, so please don't suggest using SMB, that wouldn't help me.
Thanks.
Last edited: