(I don't know if you're old enough to know whose quote this is
Downloading to NAS
Forum rules
Help us help you:
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.
Re: Downloading to NAS
I love it when a plan comes together!
(I don't know if you're old enough to know whose quote this is
)
(I don't know if you're old enough to know whose quote this is
Re: Downloading to NAS
Ah, now I have a request: Can you do this on your Raspi:
and then
And post the output? It should be something like:
If you get something like the above, do this:
and post the output here. It should give the speed of your local flash and your NAS-over-ethernet...
Code: Select all
sudo apt-get install wget
cd
wget https://raw.githubusercontent.com/sanderjo/disk-speed/master/diskspeed.pyCode: Select all
python diskspeed.py /tmpCode: Select all
Let's go
filename /tmp/outputTESTING.txt
Disk writing speed: 161.38191436 Mbytes per second
DoneCode: Select all
python diskspeed.py /media/MBLRe: Downloading to NAS
Used to love the A team.......sander wrote:Ah, now I have a request: Can you do this on your Raspi:
and thenCode: Select all
sudo apt-get install wget cd wget https://raw.githubusercontent.com/sanderjo/disk-speed/master/diskspeed.pyAnd post the output? It should be something like:Code: Select all
python diskspeed.py /tmp
If you get something like the above, do this:Code: Select all
Let's go filename /tmp/outputTESTING.txt Disk writing speed: 161.38191436 Mbytes per second Done
and post the output here. It should give the speed of your local flash and your NAS-over-ethernet...Code: Select all
python diskspeed.py /media/MBL
pi@raspberrypi ~ $ python diskspeed.py /tmp
Let's go
filename /tmp/outputTESTING.txt
Disk writing speed: 3.62720343772 Mbytes per second
Done
pi@raspberrypi ~ $
Then,
pi@raspberrypi ~ $ python diskspeed.py /media/MBL
Let's go
filename /media/MBL/outputTESTING.txt
Disk writing speed: Error writing
EERRRROOROROR ... bailing out
pi@raspberrypi ~ $
Oops, that don't look right.
Cheers,
Keith
Re: Downloading to NAS
First part looks good! Your flash card speed is 3.6 MB/s (which by itself is not much)
Second part not good ... my fault: do this:
and post the result
Second part not good ... my fault: do this:
Code: Select all
sudo python diskspeed.py /media/MBLRe: Downloading to NAS
Here you go...................sander wrote:First part looks good! Your flash card speed is 3.6 MB/s (which by itself is not much)
Second part not good ... my fault: do this:
and post the resultCode: Select all
sudo python diskspeed.py /media/MBL
pi@raspberrypi ~ $ sudo python diskspeed.py /media/MBL
Let's go
filename /media/MBL/outputTESTING.txt
Disk writing speed: 2.19231376353 Mbytes per second
Done
pi@raspberrypi ~ $
Re: Downloading to NAS
Cooolll! You just tested my writing disk speed measurer.
Summary:
The writing speed to your flash card is 3.6 MB/s
The writing speed to your NAS is 2.2 MB/s
Thanks for testing.
Summary:
The writing speed to your flash card is 3.6 MB/s
The writing speed to your NAS is 2.2 MB/s
Thanks for testing.
Re: Downloading to NAS
My pleasure.sander wrote:Cooolll! You just tested my writing disk speed measurer.
Summary:
The writing speed to your flash card is 3.6 MB/s
The writing speed to your NAS is 2.2 MB/s
Thanks for testing.
Thanks very much for your help.
Cheers,
Keith.
Re: Downloading to NAS
I don't suppose you know how to get sickbeard to auto start on boot??
I already managed to get it downloading straight to the NAS, thanks to you
Cheers,
Keith.
I already managed to get it downloading straight to the NAS, thanks to you
Cheers,
Keith.
Re: Downloading to NAS
Off to Spain for a week now - Sickbeard will be a project for my return 
Re: Downloading to NAS
I've even never used sickbeard, so no indeed.01342 wrote:I don't suppose you know how to get sickbeard to auto start on boot??
