Search found 3 matches
- February 11th, 2014, 5:16 am
- Forum: Debian/Ubuntu Package
- Topic: Sab and NAS drive failure
- Replies: 2
- Views: 2128
Re: Sab and NAS drive failure
Final update, I resolved the issue, sort off... I deleted sabnzbd from the pi, it was running far to slowly to be useable, once unpacking started I found the D/L ground to a complete stop. Instead Im using NZBget, bit more effort to install as not packaged but its well worth it, much faster with D/L...
- February 8th, 2014, 10:43 am
- Forum: Debian/Ubuntu Package
- Topic: Sab and NAS drive failure
- Replies: 2
- Views: 2128
Re: Sab and NAS drive failure
Slight update, I've added an external HD caddy and mounted it the same way as the (non working) usb drive sudo mount -t auto /dev/sda1 /mnt/hdcaddy /dev/sda1 on /mnt/hdcaddy type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096) and it works fine. I set up a new user id (rather than using admin) on...
- February 7th, 2014, 12:52 pm
- Forum: Debian/Ubuntu Package
- Topic: Sab and NAS drive failure
- Replies: 2
- Views: 2128
Sab and NAS drive failure
Hi, I've been running Sickbeard Sabnzbd+ on a Raspberry pi for a few days without issue. Sickbeard outputs to a mounted drive on my NAS drive. I'm trying to get Sabnzbd to use Temporary Download Folder and Completed Download Folder to use the nas drive too. I've not used Linux for many years and am ...