I have a trueNAS CIFS share I want to mount to docker containers but they are seen as read only from within docker.
-confirmed the TrueNAS Scale ID is correctly permissioned by mapping a drive to this share from Windows and confirming it is read/write
-confirmed it is mapped to OMV by checking for the checkmark next to mount, and by SSH to my OMV host and browsing /srv/remotemount/tnasdata and I can see all the file structure, create and delete a folder. (tried iocharset=utf8,vers=3.0,nofail,file_mode=0777,dirmode=0777) to see if it would help but it didn't.
-confirmed I created a shared folder for my tnasdata but I do not see a shared checkmark next to "shared" on my OMV remote mount folder, should I?
confirmed the uid=1001 and gid=100 of my OMV "apps" account by SSH to omv host as root and using id apps command. and confirmed my docker compose file specified those in environment.
when I open up my app (radarr, and try to add the root I get
Unable to add root folder
- Folder '/data/media/moviesk/' is not writable by user 'abc'