From Ubuntu to Synology via CIFS - Permission Problems?
Posted: July 16th, 2020, 1:52 pm
Apologies in advance for another permissions topic. I've searched hard!
I'm running linuxserver sabnzb container on a NUC computer connected to my Synology NAS via CIFS. The NUC runs Ubuntu 20.04.
I can download fine if the download location is the NUC. The problem occurs when I'm downloading to the Synology.
What's surprising to me is that it's been able to create the test_download_100MB folder but fails when it tries to make the __ADMIN__ subfolder. I notice that the /synology/Downloads/incomplete/ folder (created by me) has full permissions for Owner, Group and Others whereas the sabnzb-created folder test_download_100MB does not have write access for Group or Others. I suspect it relates to this.
Can anyone help me configure sabnzdb so that it sets the folder permissions properly?
Thanks in advance.
I'm running linuxserver sabnzb container on a NUC computer connected to my Synology NAS via CIFS. The NUC runs Ubuntu 20.04.
I can download fine if the download location is the NUC. The problem occurs when I'm downloading to the Synology.
Code: Select all
OSError: [Errno 13] Permission denied: '/synology/Downloads/incomplete/test_download_100MB/__ADMIN__'Can anyone help me configure sabnzdb so that it sets the folder permissions properly?
Thanks in advance.