I’m trying to remote mount some NFS folder onto my TrueNAS.
I have a Qnap NAS, and the folder mounts perfectly onto my TrueNAS, and my files show up in all my TrueNAS Apps (plex, ftp, ect) and even SMB works
all the files are set to user/group 1000 users. everything works great

I also have a TerraMaster NAS and I am having a hard time getting it to mount properly. If I set the Squash Options to “No Mapping” and immediately after I mount it, I can’t even navigate into that folder in shell (it says permission denied)
If I set Squash to “Map all users to guest” It lets me go into that directory in shell, but no apps can see files. if I look at the permissions, they are set to a few different things.
I then tried mounting it as SMB…
sudo mount -t cifs //192.168.XX.XXX/Movies3 //mnt/HD1/remoteMount/Movies3 -o username=XXX,password=XXX,uid=1000,gid=100,vers=3.0
it mounted fine, permissions look exactly like the qnap mount, however TrueNAS apps and SMB still doesnt work???
Does anyone have any advice on how to get these TerraMaster remote folders to have permissions so I can access them in apps?
TrueNAS Scale - Community 25.04.2.3

