Please let me know if you know an official documentation explaining this coz I have spent 4h tonight and got nowhere.
Back history: I tried unRAID, everything was beautiful until it could not keep NFS/SMB connection up from Proxmox, it drops everything if you have NVMe cache, it must be HDD only, it took a day to transfer 800GB coz of dramas.
TrueNAS: So far the connections aren’t dropping but I cannot use them either ![]()
Goal: TrueNAS NFS >> Proxmox mount >> LXC mount point(mp) >> LXC write/read
This worked before with unRAID but like I said, no NVMe cache or the connections drop.
Proxmox: mount -t nfs 10.19.0.12:/mnt/data/jellyfin/ /mnt/pve/jellyfin/
Proxmox has write access and all
Proxmox: pct set 100 -mp0 /mnt/pve/jellyfin/,mp=/data/,shared=1
“shared=1” is the only way for the “data” folder within LXC to have “root:media” ownership, otherwise, I get a “nobody:nogroup”.
That was not required with unRAID for the mount to work.
LXC gets no access
”sudo -u {radarr,qbittorrent,jellyfin,sonarr} touch test” gets access denied no matter what I try.
Everybody is within “media” group.
TrueNAS:
- I have created an user with matching UID
- I have added user to “built_users” group
- ACL Editor: I must have tried everything I can think off there
- I have tried SMB: mount -t cifs //10.19.0.12/jellyfin/ /mnt/pve/jellyfin/ -o credentials=~/smb-unraid.credentials
- Using Proxmox GUI is worse coz it takes away all the control and only works on its level, mapping to the LXC have the same issue.
I have watched a ton of YouTube videos and everybody does things differently and they are heavily Windows user, I run Linux everywhere, so their steps are very basic.
Folks can create shares without permission at all and it all works, mine gets all blocked haha
It should be as simple as:
- Proxmox: mount -a
- Proxmox: chmod 2775, “root:media”
- Proxmox: mount to LXC
- LXC: Do their things
- Everybody is happy

I appreciate any help.
Please, I am novice, “wrong again” and alike I got from other post, does not help anybody.
If you cannot help, thanks anyway.