Sonarr docker setup unable to see second hard drive

Sonarr version 2.0.0.5322
Mono version 5.20.1.19
OS Ubuntu 18.04.2

I recently setup sonarr in Docker (new to linux) and for some reason it will not see my mounted media drive.
Now I did have to add this drive in fstab like this in order for plex to see the folder structure of the drive

UUID=4048BF5F48BF5280 /mnt/media auto defaults 00

when trying to browse to /mnt/media/ is says the directory does not exist. Any help would be appreciated cause like I said I am new to linux and I am at a complete loss here

I should add that if I were to install sonarr outside of docker it can see the drives just fine, so I suspect it is the permissions for docker maybe?

scratch that, I found the problem. Needed this for the path in my compose file “/mnt/media/TV Shows:/mnt/media/TV Shows:rw” It’s all working now!

1 Like

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