Linux Mint 21.3 Permission issues

Sonarr version 4.0.1.929
Linux Mint 21.3

Hello, trying to get Sonarr configured on Linux Mint. Everything installs correctly, I entered the username and group on install, but when I try to import existing series, it doesn’t see inside my mounted USB drive. Note that I have very basic Linux knowledge. I’ve been able to setup the permissions correctly for Plex and Sabnzbd+ but can’t figure out what I’m doing wrong with Sonarr.

I’m trying to run it as my main user which is the same one used on my mounted USB drive:

m***@PLEX:/mnt$ ls -l
total 1024
drwxr-xr-x 11 m*** m*** 1048576 Feb 23 09:13 shared_storage

Checked that the same user is listed in the service to make sure i didn’t make an error on install.

systemctl cat sonarr
# /etc/systemd/system/sonarr.service
[Unit]
Description=Sonarr Daemon
After=syslog.target network.target
[Service]
User=m***
Group=m***
UMask=0002
Type=simple
ExecStart=/opt/Sonarr/Sonarr -nobrowser -data=/var/lib/sonarr/
TimeoutStopSec=20
KillMode=process
Restart=on-failure
[Install]
WantedBy=multi-user.target

Any help would be greatly appreciated.

Never mind, I did have the correct permissions. Just had to enter the complete path to my Series directory manually. Don’t know why the browse did not work.

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