NFS connections dropping

h4kunamatata

New Member
Mar 8, 2026
1
0
1
Hi All,

I am trying to make this makes sense and I am failing.
I got unRaid up and running with a NFS share like so:

10.19.0.9(rw,sync,no_subtree_check,insecure,no_root_squash)

Then mounted it on Proxmox the old way coz via GUI adds unnecessary folders and you don't really have control over it:

10.19.0.12:/mnt/user/htpc/ /mnt/pve/htpc/ nfs defaults 0 0

Then mount it into the LXC:

mp0: /mnt/pve/htpc,mp=/data2

Now, with everything working and permission dramas solved, I wanna move ~800GB from the local SSD to the unRaid NFS shared folder:

su -s /bin/bash qbittorrent -c "rsync -a --no-owner --info=progress2 --no-group /data/* /data2/"

Everything is all fun and games until /mnt/pve/htpc/ shows

d????????? ? ? ? ? ? htpc

Somehow the copy still going coz I can see unRaid disk activity going but on Proxmox level, the shared folder is dead.
I tried that via GUI and the same happened, there is some shenanigans going on that is dropping the NFS connections after some minutes no matter if doing file transfer or not.

I do not remember network shared folder being this dramatic, I run Linux only everywhere, I do not need SMB

What am I missing??

Thank you