vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| A few days ago I noticed a small problem with my transfer rates between my Gentoo notebook and my XP Pro desktop. When sending from the notebook to the desktop my transfer rates are 6-7MB/s. When pulling from the desktop to the notebook my transfer rates are only 1.5-2MB/s. Any ideas? |
| |||
| Hello, look at the speed.txt and speed2.txt file. If you installed samba with emerge, they should be in /usr/doc/samba-2.2.8a/full_docs/textdocs .... in compressed form. Those docs give you a lot of hints how you could speed up any samba performance. DrTebi On Tue, 02 Dec 2003 10:46:08 -0500, Jason wrote: > A few days ago I noticed a small problem with my transfer rates > between my Gentoo notebook and my XP Pro desktop. When sending from > the notebook to the desktop my transfer rates are 6-7MB/s. When > pulling from the desktop to the notebook my transfer rates are only > 1.5-2MB/s. > > Any ideas? |
| |||
| Jason <none.of.your.business@see.left.of.at.com> wrote in message news:<fpcpsvofc112i0ga6grhdf00n2ncl92han@4ax.com>. .. > A few days ago I noticed a small problem with my transfer rates > between my Gentoo notebook and my XP Pro desktop. When sending from > the notebook to the desktop my transfer rates are 6-7MB/s. When > pulling from the desktop to the notebook my transfer rates are only > 1.5-2MB/s. > > Any ideas? I've read that adding the line: socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192 SO_SNDBUF=8192 to your smb.conf file under the globals section improves performance. If this doesn't work you need to figure out which OS is causing the slow down and work from there. HypeXR --http://hypexr.homelinux.org |
| ||||
| Seems to have helped, I'm up to between 5-6MB/s. Thanks. On 3 Dec 2003 01:13:07 -0800, iam@hypexr.org (HypeXR) wrote: >Jason <none.of.your.business@see.left.of.at.com> wrote in message news:<fpcpsvofc112i0ga6grhdf00n2ncl92han@4ax.com>. .. >> A few days ago I noticed a small problem with my transfer rates >> between my Gentoo notebook and my XP Pro desktop. When sending from >> the notebook to the desktop my transfer rates are 6-7MB/s. When >> pulling from the desktop to the notebook my transfer rates are only >> 1.5-2MB/s. >> >> Any ideas? > >I've read that adding the line: > >socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192 >SO_SNDBUF=8192 > >to your smb.conf file under the globals section improves performance. >If this doesn't work you need to figure out which OS is causing the >slow down and work from there. > >HypeXR > --http://hypexr.homelinux.org |