Displaying 2 results from an estimated 2 matches for "crwxrw".
Did you mean:
drwxrw
2018 Apr 21
0
What is the maximum speed for download from a samba share
...To get values in mbits, multiple
by 8.388608.
The above test only tests transfer speed -- not file i/o --
it uses /dev/zero for a source and /dev/null for a target.
To simplify testing, I created devices 'zero' and 'null'
in my home directory:
(on linux):
> > ll zero null
crwxrw-rw- 1 1, 3 May 20 2016 null
crw-rw-rw- 1 1, 5 Jun 15 2015 zero
(on cygwin):
/h> ll zero null
-rwxrw-rw- 1 0 May 20 2016 null*
-rw-rw-rw- 1 0 Jun 15 2015 zero
For write, I used cygwin's 'dd' with if=/dev/zero and of=/h/null.
For read, I used if=/h/zero and of=/dev/null.
Flags fo...
2018 Apr 20
3
What is the maximum speed for download from a samba share
What is the maximum speed for download from a samba share?
I have a 100 kbit/s Internet
The maximum speed for a download from my webserver with samba is about
25.000 kbit/s
The bottleneck is the samba access. Without samba I can download with
100 kbit/s
So the question? is it possible to get more speed or is this the maximum
speed with samba?
I tried a lot of hints for samba tuning but