Page 2 of 2

Re: Downloading to NAS

Posted: May 8th, 2015, 10:40 am
by sander
I love it when a plan comes together!

(I don't know if you're old enough to know whose quote this is ;) )

Re: Downloading to NAS

Posted: May 8th, 2015, 10:51 am
by sander
Ah, now I have a request: Can you do this on your Raspi:

Code: Select all

sudo apt-get install wget
cd
wget https://raw.githubusercontent.com/sanderjo/disk-speed/master/diskspeed.py
and then

Code: Select all

python diskspeed.py /tmp
And post the output? It should be something like:

Code: Select all

Let's go
filename /tmp/outputTESTING.txt
Disk writing speed: 161.38191436 Mbytes per second
Done
If you get something like the above, do this:

Code: Select all

python diskspeed.py /media/MBL
and post the output here. It should give the speed of your local flash and your NAS-over-ethernet...

Re: Downloading to NAS

Posted: May 8th, 2015, 11:05 am
by 01342
sander wrote:Ah, now I have a request: Can you do this on your Raspi:

Code: Select all

sudo apt-get install wget
cd
wget https://raw.githubusercontent.com/sanderjo/disk-speed/master/diskspeed.py
and then

Code: Select all

python diskspeed.py /tmp
And post the output? It should be something like:

Code: Select all

Let's go
filename /tmp/outputTESTING.txt
Disk writing speed: 161.38191436 Mbytes per second
Done
If you get something like the above, do this:

Code: Select all

python diskspeed.py /media/MBL
and post the output here. It should give the speed of your local flash and your NAS-over-ethernet...
Used to love the A team.......

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

Posted: May 8th, 2015, 11:52 am
by sander
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:

Code: Select all

sudo python diskspeed.py /media/MBL
and post the result

Re: Downloading to NAS

Posted: May 8th, 2015, 11:55 am
by 01342
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:

Code: Select all

sudo python diskspeed.py /media/MBL
and post the result
Here you go...................

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

Posted: May 8th, 2015, 2:28 pm
by sander
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.

Re: Downloading to NAS

Posted: May 8th, 2015, 11:54 pm
by 01342
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.
My pleasure.

Thanks very much for your help.

Cheers,

Keith.

Re: Downloading to NAS

Posted: May 9th, 2015, 1:16 am
by 01342
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.

Re: Downloading to NAS

Posted: May 9th, 2015, 5:31 am
by 01342
Off to Spain for a week now - Sickbeard will be a project for my return :)

Re: Downloading to NAS

Posted: May 9th, 2015, 6:59 am
by sander
01342 wrote:I don't suppose you know how to get sickbeard to auto start on boot??
I've even never used sickbeard, so no indeed.