20th Apr, 2013, 01:22 AM
Hi there,
I finally have my pi just about working with all the packages and I can access my network share, however, I would like my nzb's to be downloaded straight to my samba share. I have successfully mounted the drive using
and running ls -l on media correctly lists the contents.
But when I use SickBeard to download a show and place it in a black-hole directory, nzbget adds the download and then stops running. I can restart it using the init script but it just keeps on stopping until I unmount the drive.
Any ideas on a possible solution?
Edit: I should note that I am trying to download directly to the samba drive.
I finally have my pi just about working with all the packages and I can access my network share, however, I would like my nzb's to be downloaded straight to my samba share. I have successfully mounted the drive using
Code:
sudo mount -t cifs //192.168.1.1/MEDIA /home/xbian/media/
and running ls -l on media correctly lists the contents.
But when I use SickBeard to download a show and place it in a black-hole directory, nzbget adds the download and then stops running. I can restart it using the init script but it just keeps on stopping until I unmount the drive.
Any ideas on a possible solution?
Edit: I should note that I am trying to download directly to the samba drive.