(Solved) - Improve network speed over lan
|
31st Oct, 2016, 12:21 PM
Post: #21
|
|||
|
|||
RE: Improve network speed over lan
I hope I understood you correctly.
For the test, i created a folder on my SSD on the PC wich i mounted on my RPi2: Terminal sudo mount -t cifs -o user=***,pass=**** //****/Downloads /mnt with xbian(original) settings: Terminal xbian@RPi2 ~ $ sudo dd if=/dev/zero of=/mnt/4G bs=1M count=4096 4096+0 records in 4096+0 records out 4294967296 bytes (4.3 GB) copied, 196.117 s, 21.9 MB/s xbian@RPi2 ~ $ sudo dd if=/mnt/4G of=/dev/null bs=1M 4096+0 records in 4096+0 records out 4294967296 bytes (4.3 GB) copied, 177.123 s, 24.2 MB/s Terminal xbian@RPi2 ~ $ sudo dd if=/dev/zero of=/mnt/4G bs=1M count=4096 4096+0 records in 4096+0 records out 4294967296 bytes (4.3 GB) copied, 201.157 s, 21.4 MB/s xbian@RPi2 ~ $ sudo dd if=/mnt/4G of=/dev/null bs=1M 4096+0 records in 4096+0 records out 4294967296 bytes (4.3 GB) copied, 177.523 s, 24.2 MB/s |
|||
« Next Oldest | Next Newest »
|