Differences

This shows you the differences between two versions of the page.

doc:howto:nfs.server [2013/01/28 10:59]
storchi
doc:howto:nfs.server [2013/03/08 19:48] (current)
fathom
Line 139: Line 139:
Now: Now:
-Server: echo 4 >  /proc/fs/nfsd/threads +Server:  
-/etc/exports: /mnt/bla 192.168.1.0/255.255.255.0(rw,all_squash,insecure,async,no_subtree_check)+  * echo 4 >  /proc/fs/nfsd/threads 
 + * /etc/exports: /mnt/bla 192.168.1.0/255.255.255.0(rw,all_squash,insecure,async,no_subtree_check) 
 +  * Check out /proc/fs/nfsd/max_block_size if client reports other block size then what you have specified. It can be changed if the server is not running, but nfsd mounted. Now you can echo the right value to it. - Updated by fathom
-Client: mount options: udp,async,rsize=32768,wsize=32768,intr,noatime (r/wsize are set to 16384 from /proc/fs/nfsd/max_block_size on the server side, don't know how to change)+Client: mount options: udp,async,rsize=32768,wsize=32768,intr,noatime
i get: writing: 15,3MB/s and reading: 17,4MB/s i get: writing: 15,3MB/s and reading: 17,4MB/s
 +I have TL-WR1043ND from TP-Link by default it has a throughput of 4,5mb/sec, after tweaking the block size, and the mount options it delivers 9,5 mb/sec. Cheers! (Still on wifi it has a speed of 6 mb/s)
==== Throughput Issues ==== ==== Throughput Issues ====

Back to top

doc/howto/nfs.server.1359367181.txt.bz2 · Last modified: 2013/01/28 10:59 by storchi