Page 1 of 1

SABnzbd is unable to access Network shares - Raspberry Pi 4 - DietPi

Posted: March 13th, 2021, 4:54 pm
by russ5811
i've got sabnzbd installed on a pi4 running dietpi. I've got two network drives mounted at /mnt/hdd1 and /mnt/hdd2 I'm able to see and access the shares through various other means (ssh, thunar, browser, etc) and I have tried to chmod the folder recursively and individually. Each time I try to select it as the download (or whatever) folder, it tells me "download_dir directory: /mnt/hdd1/SABnzbdTemp error accessing


What other info do you need and I'll post it asap. This is driving me nuts :)

Re: SABnzbd is unable to access Network shares - Raspberry Pi 4 - DietPi

Posted: March 14th, 2021, 4:26 am
by sander
Linux and mounted drives is hard stuff. Sometimes it even leads to hair pulling.

Anyway: with ssh login on your Raspi. Then do

Code: Select all

touch /mnt/hdd1/SABnzbdTemp/blabla
touch /mnt/hdd1/SABnzbd/blabla
(From your post, I don't get what your exact path is)

What is the result?

Re: SABnzbd is unable to access Network shares - Raspberry Pi 4 - DietPi

Posted: March 14th, 2021, 8:27 am
by Puzzled
Also, make sure you run the above commands as the same user as SABnzbd is running under.