From owner-freebsd-current@FreeBSD.ORG Fri Dec 19 23:19:48 2003 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 EA57B16A4CF for ; Fri, 19 Dec 2003 23:19:48 -0800 (PST) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCB1A43D1D for ; Fri, 19 Dec 2003 23:19:46 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (203.134.172.247) by smtp02.syd.iprimus.net.au (7.0.020) id 3F8F522A014D6228; Sat, 20 Dec 2003 18:19:45 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 022E26127; Sat, 20 Dec 2003 18:20:53 +1100 (EST) Date: Sat, 20 Dec 2003 18:20:53 +1100 From: Tim Robbins To: Benjamin Close Message-ID: <20031220072053.GA4539@wombat.robbins.dropbear.id.au> References: <3FE29BA4.9060205@unisa.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FE29BA4.9060205@unisa.edu.au> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: smbfs 4G max file size X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 07:19:49 -0000 On Fri, Dec 19, 2003 at 05:03:08PM +1030, Benjamin Close wrote: > Hi All, > Whilst tinkering with some backups the other day I noticed that > smbfs capped out at 4G. > Does the protocol restrict it to this limit or is there something else? What exactly doesn't work for files >4G? smbfs is supposed to support files up to 2^64 bytes in size, but the code may be buggy or incomplete. Tim