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

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
russ5811
Newbie
Newbie
Posts: 1
Joined: March 13th, 2021, 4:51 pm

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

Post 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 :)
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

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

Post 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?
Puzzled
Full Member
Full Member
Posts: 160
Joined: September 2nd, 2017, 3:02 am

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

Post by Puzzled »

Also, make sure you run the above commands as the same user as SABnzbd is running under.
Post Reply