From owner-freebsd-current@FreeBSD.ORG Fri Mar 4 22:19:49 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F15E116A4CE for ; Fri, 4 Mar 2005 22:19:49 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 989B243D39 for ; Fri, 4 Mar 2005 22:19:49 +0000 (GMT) (envelope-from tlpbsd@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so965284wra for ; Fri, 04 Mar 2005 14:19:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:mime-version:content-type:content-transfer-encoding; b=SNL/gv02nXTyGw24ULl/6FE03lBH8meBrdUvXVyOMEobR6FfXeGLX+qGl0TqT6FlxbvZRgRWb0SFgRn5jvstqVVmrIWey7TxynAjisJxJRN6+uw1HNJfRNA/8YsM/9e+ENdTgEOzC8a7Nftyjdb4mfxhFBjIHZLtyiYeP0RTc/c= Received: by 10.54.66.12 with SMTP id o12mr45381wra; Fri, 04 Mar 2005 14:19:49 -0800 (PST) Received: by 10.54.15.9 with HTTP; Fri, 4 Mar 2005 14:19:48 -0800 (PST) Message-ID: <9533da6c0503041419542551c8@mail.gmail.com> Date: Fri, 4 Mar 2005 15:19:49 -0700 From: Travis Poppe To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: tlp@liquidx.org Subject: mount_smbfs has terrible transfer rates on my 5.3-R box X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Travis Poppe List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2005 22:19:50 -0000 Hello, Decided I better report this just in case it is an unknown problem. Somewhat recently, I was pulling my hair out because I couldn't figure out why transfers between my FreeBSD box and a family member's XP box were so slow. For some reason, it never came to me that it might be mount_smbfs causing it, which was the last thing I ended up testing. It turns out that it was responsible for the slow transfer rates. Anyway, when copying files using mount_smbfs as opposed to smbclient, I get about 20-25% of the potential speed on my network (100baseTX-Full Duplex). When using smbclient, there appears to be no transfer rate problem whatsoever. I'm running FreeBSD 5.3-RELEASE, I've tested this using both a RealTek card (forget which) and my current 3Com card: xl0: <3Com 3c905C-TX Fast Etherlink XL> Thanks, -Travis Poppe