Hi there! I've juststarted switching my Sab/Sonarr installation to a Raspberry Pi 4. Sonaar works fine and sends an NZB to Sab, but Sabthrows an error. My incomplete folder is on a Seagate external network hard drive. The user acocunt for the drive is home password: password.
I have mounted the drive as /mnt/daisy/ and /mnt/daisy/incomplete is where files go whilst downloading. Sab makes an empty folder in there named correctly but then fails with a permissions error.
Where do I set Sab to access the mount with its user/password of home:password please?
Sabnzbd error with share.
-
- Posts: 5
- Joined: Thu Feb 06, 2020 7:28 pm
Re: Sabnzbd error with share.
I have been trying to chown my incomplete directory from dietpi:dietpi to sabnzbd:dietpi but it doesnt work...
Re: Sabnzbd error with share.
Hi,
you could change the mount option in /etc/fstab/ to have your external drive mounted with sabnzbd user/group permission
you could change the mount option in /etc/fstab/ to have your external drive mounted with sabnzbd user/group permission
Code: Select all
nano /etc/fstab
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: Sabnzbd error with share.
@mercutio999
Also, which filesystem does the external drive have?
df -T /mnt/daisy
E.g. it is a known issue with mono v6 that it fails to write files to drives, which are not owned by the same user, even if mono/run user has write permissions. Buggy implementation there that has been reported and even a PR to solve it, but until now I was not able to track the fix down to some release.
Also, which filesystem does the external drive have?
df -T /mnt/daisy
E.g. it is a known issue with mono v6 that it fails to write files to drives, which are not owned by the same user, even if mono/run user has write permissions. Buggy implementation there that has been reported and even a PR to solve it, but until now I was not able to track the fix down to some release.
-
- Posts: 16
- Joined: Mon Apr 08, 2019 7:04 pm
Re: Sabnzbd error with share.
I JUST started running into this with Sonarr and Radarr. Changing the user fixed it for me. Thanks @MichaIng !