From owner-freebsd-questions@FreeBSD.ORG Mon May 19 13:14:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8310737B401 for ; Mon, 19 May 2003 13:14:45 -0700 (PDT) Received: from britersen.co.uk (britersen.co.uk [212.159.80.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 705FE43FB1 for ; Mon, 19 May 2003 13:14:44 -0700 (PDT) (envelope-from petersen@britersen.co.uk) Received: from petersen (petersen@petersen.petenet.britersen.co.uk [192.168.1.1]) by britersen.co.uk (8.12.9/8.12.9) with ESMTP id h4JKEdhZ020768 for ; Mon, 19 May 2003 21:14:39 +0100 (BST) (envelope-from petersen@britersen.co.uk) From: "Petersen" To: Date: Mon, 19 May 2003 21:14:39 +0100 Message-ID: <066301c31e43$46d6a4e0$0101a8c0@petenet.britersen.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: smbfs and 4gb files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2003 20:14:45 -0000 Hi, I'm running 4.8-STABLE (sources from April 7). I was dumping my = filesystems to files on an smbfs share (a Win2k box), and I found that dumping more = than 4Gb in 1 file resulted in a corrupted dumpfile. So as a quick test, I = dd'd /dev/zero to a test file on the smbfs share to see what happened at the = 4Gb boundary.=20 [root@britersen:/mnt/dump]# ll -h test && ll test -rwxr-xr-x 1 root wheel 3G May 19 20:28 test* -rwxr-xr-x 1 root wheel 4292345856 May 19 20:28 test* [root@britersen:/mnt/dump]# ll -h test && ll test -rwxr-xr-x 1 root wheel 640K May 19 20:28 test* -rwxr-xr-x 1 root wheel 4295884800 May 19 20:28 test* [root@britersen:/mnt/dump]# ll -h test && ll test -rwxr-xr-x 1 root wheel 7M May 19 20:28 test* -rwxr-xr-x 1 root wheel 4302749696 May 19 20:28 test* [root@britersen:/mnt/dump]# ll -h test && ll test -rwxr-xr-x 1 root wheel 4G May 19 20:28 test* -rwxr-xr-x 1 root wheel 4307271680 May 19 20:28 test* Note how the humanised output suddenly wraps back to 0, and then somehow fixes itself. Is this a known problem with smbfs? Petersen