Trying to make root folders

Using linux ubuntu 24 and Sonarr 4.0.15.2941

When I use Terminal:
greg@greg-HP-Compaq-8200-Elite-CMT-PC:~$ cd /mnt/Misc/Movies
greg@greg-HP-Compaq-8200-Elite-CMT-PC:/mnt/Misc/Movies$

When I am trying to install the above I get:
Unable to add root folder
Path ‘/mnt/Misc/Movies’ does not exist

I am trying to have Sonarr start to download, etc.

I do not know what I am doing wrong. the /mnt/ is at lowest point in terminal and Misc is a 3tb hard drive and Movies is a regular forum which allowes everybody everything. I can change the name Misc but I don’t think it will make any difference.

Misc is at /mnt/ and Misc has the following folders (all of which are empty):
Audio
TV
Movies

I am using sabnzbdplus and these are also all Categories as well. In sabnzbd I have complete, incomplete and next for my folders in my Downloads folder just in case this counts (up to now most everything I download end up in the complete folder 9sabnzbd is not forwarding to /mnt/Misc/files.

Thoughts?

I’m seeing the same issue but when attempting to add a symbolically linked folder as a root folder. I get the following in the debug log:

2025-07-24 22:14:26.8|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2025-07-24 22:14:24.0|Debug|Api|[GET] /api/v3/filesystem?path=&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (9 ms)
2025-07-24 22:14:26.8|Debug|Api|[GET] /api/v3/filesystem?path=%2Fmnt%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (9 ms)
2025-07-24 22:14:29.7|Debug|Api|[GET] /api/v3/filesystem?path=%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (8 ms)
2025-07-24 22:14:32.2|Debug|Api|[GET] /api/v3/filesystem?path=%2Ftv%2F&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (28 ms)
2025-07-24 22:14:37.6|Debug|Api|[GET] /api/v3/filesystem?path=%2Ftv%2Ftv1&allowFoldersWithoutTrailingSlashes=true&includeFiles=true: 200.OK (8 ms)
2025-07-24 22:14:43.6|Debug|Api|[GET] /api/v3/health: 200.OK (11 ms)
2025-07-24 22:14:43.7|Debug|Api|[GET] /api/v3/diskspace: 200.OK (28400 ms)
2025-07-24 22:14:43.7|Debug|Api|[GET] /api/v3/config/naming: 200.OK (25120 ms)
2025-07-24 22:14:43.7|Debug|Api|[GET] /api/v3/system/status: 200.OK (28420 ms)
2025-07-24 22:14:43.7|Warn|SonarrErrorPipeline|Invalid request Validation failed:
– Path: Path ‘/tv/tv1’ does not exist

I figured this was a problem with following symlinks but your issue suggests that Sonarr’s API may not be able to navigate cross-device links?

I’m running 4.0.15.2941-ls288 by linuxserver.io on OKD 4.20.0-okd-scos.ec.5. NFS PVC is mounted and accessible via the pod’s debug terminal and files are created/updated properly, so mount structure shouldn’t be an issue. Since the k8s PVC does the NFS redirection prior to the software mount, the linking is transparent to the application.

For your case, if there’s a way to run the containerized version of Sonarr and pass your drive location in as a volume mount instead, that might resolve this issue.

Thank you for the reply. I would be delighted to do as you suggested but am flat out clueless.

Thanks again!

If you use cockpit, add the podman plugin and just do all this there, it’s way easier and you can set autostart easily there:

Follow the deployment details here:

Image name: lscr.io/linuxserver/sonarr:latest

https://hub.docker.com/r/linuxserver/sonarr/#docker-cli-click-here-for-more-info

For all the -v lines - especially the /path/to/tv one - you can do this line multiple times to mount all your TV storage paths to locations in the container. Make the second argument on each one something different, like /tv1, /tv2 etc (these will be paths inside the container).

Once the container is running, you can access it via localhost:port.

Thank you for the reply…

running with ubuntu 24. my

My confusion is, I thought, pretty simple. I can goto my terminal and give it this command:
cd /mnt/Misc/Movies and it takes me right there yet sonarr tells me its not there. I tried /mnt/Misc but it couldn’t write to a plain hard drive so I put Movies,TV, Audio folders in Misc. They are all there. Properties/Permissions are ALL “Create and Delete Files”

There is absolutely no reason I know of why Sonarr keeps on telling me that the files are not there!

Thanks again. I am giving thought to doing that installation. I just fear that I will be digging me a deeper hole until I can figure this one out.

I fixed my problem. I set the entire 3tb hard drive to all permissions to be Create and Delete files. Suddenly I have the ability to start making root folders!

thanks for all replies - made me think!

Out of curiosity, have you checked your journalctl or audit logs for errors? It could possibly be an SELinux issue in those specific folders.

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