Displaying 1 result from an estimated 1 matches for "nitro2".
Did you mean:
nitro
2004 Dec 31
1
SMBFS mounts slow across gigabit connection
...hy FTP is so much faster with the 100mb file as opposed to the 650mb
file), but smbfs is nearly 10 times slower than smbclient.
Both the server and the host are Linux machines. The samba server is
running Ubuntu (Debian) with the 2.6.8 kernel, while the host is a
Gentoo box running the 2.6.10-rc3 (nitro2) kernel.
I have made a few adjustments to the TCP settings on each system:
echo 262144 > /proc/sys/net/core/rmem_max
echo 262144 > /proc/sys/net/core/wmem_max
echo 163840 > /proc/sys/net/core/rmem_default
echo 163840 > /proc/sys/net/core/wmem_default
echo "4096 163840 262144"...