Sonarr unable to create new directories

Sonarr version (exact version): 3.0.9.1549-ls159 by linuxserver.io
Mono version (if Sonarr is not running on Windows): 6.12.0.182
OS: Docker
Debug logs:
Description of issue:

Sonarr does not create new directories in the root folder. If I manually create directories it can then create directories for seasons.

Sonarr is part of the correct GID in the docker container and also in sonarr under the crown group. Directory permissions are set to 755.
To try and get this working I set the root directory to 777 but sonarr still won’t create directories automatically.

I’m at a loss.

All the other *arrs work perfectly well using the exact same settings.

Try checking here for your container composes and permissions.
https://trash-guides.info/Hardlinks/How-to-setup-for/Docker/
Also https://wiki.servarr.com/docker-guide

Thanks man. Can you just confirm:

Recursively chown user and group and Recursively chmod to 775/664

sudo chown -R $USER:$USER /data
sudo chmod -R a=,a+rX,u+w,g+w /data

Does this need to be done in the tv directory (in my case /mnt/unionfs/tv)

In the guides and the example walkthru /data is essentially the root that encompasses the download and media folders, so apply that as you will to your use case.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.