Proxmox CT no permissions from truenas share

GabeGo

New Member
May 25, 2025
3
0
1
i have permission issue on my cts but not on the proxmox host its self i have mounted a truenas share on to my proxmxo host and then created a bind mount to my jellyfin lxc and the second bindmount to my dvd ripper lxc the problem i am facing is that when i try put media into the truanas share it says permission denied from the ct but not from the host. I can make directories and delete them from the proxmox host but cannot do anything from the ct as they dont have permission. Thank you
 
Hello,

According to description it can be UID/GID mismatch issue between your Proxmox host, your LXC containers, and the TrueNAS-mounted share. The host can write to the share because it has the correct permissions, but your unprivileged containers (CTs) are likely seeing the mounted share as owned by nobody:nogroup, which blocks write access.
Check the permissions.