From owner-freebsd-current Fri Jul 5 9:50:48 2002 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 09F1637B400; Fri, 5 Jul 2002 09:50:42 -0700 (PDT) Received: from draco.macsch.com (ns1.mscsoftware.com [192.207.69.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E0D443E09; Fri, 5 Jul 2002 09:50:41 -0700 (PDT) (envelope-from Georg.Koltermann@mscsoftware.com) Received: from mailmuc.muc.eu.mscsoftware.com (mailmuc.muc.macsch.com [161.34.37.20]) by draco.macsch.com (8.9.3/8.9.3) with ESMTP id JAA28231; Fri, 5 Jul 2002 09:50:35 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mailmuc.muc.eu.mscsoftware.com (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id g65Gmip21734; Fri, 5 Jul 2002 18:48:44 +0200 Cc: current@FreeBSD.ORG Content-Transfer-Encoding: 7bit Content-Type: text/plain Date: 05 Jul 2002 18:48:56 +0200 From: "Georg-W. Koltermann" In-Reply-To: <20020703083114.A7216@dragon.nuxi.com> Message-Id: <1025887736.773.116.camel@hunter.muc.macsch.com> Mime-Version: 1.0 Received: from hunter.muc.macsch.com by mailmuc.muc.eu.mscsoftware.com (AvMailGate-2.0.0.6) id 21684-60FC890D; Fri, 05 Jul 2002 18:48:22 +0200 References: <20020703083114.A7216@dragon.nuxi.com> Subject: Re: dump(8) is hosed To: obrien@FreeBSD.ORG X-AntiVirus: OK! AvMailGate Version 6.12.1.30 at mailmuc has not found any known virus in this email. X-Mailer: Ximian Evolution 1.0.5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Am Mi, 2002-07-03 um 17.31 schrieb David O'Brien: > On a 27-June-2002 23:02:00 UTC system (just before ipfw2 went in, > pre-KSE3), dump will not complete dumping more than 5GB. At that point > it stops responding properly to ^T, which should give "DUMP: 47.52% done, > finished in 1:19". At the 5GB mark, ^T gives: > > load: 0.00 cmd: dump 3981 [physstr] 2.11u 43.06s 0% 1536k > > and never changes. The user and system times never advance. Anybody > have any ideas? For me it is broken in a different way. For a small FS like / it works, but dumping my /home, which is 4G, I get DUMP: read error from /dev/ad0s5e: Invalid argument: [sector -1054739789]: count=-1 DUMP: read error from /dev/ad0s5e: Invalid argument: [sector -1054739788]: count=-1 DUMP: read error from /dev/ad0s5e: Invalid argument: [sector -1054739787]: count=-1 DUMP: read error from /dev/ad0s5e: Invalid argument: [sector -1054739786]: count=-1 and on and on. Maybe a 32 bit <--> 64 bit mismatch caused by UFS2? My -current is of date=2002.06.27.22.00.00. Using pax(1) for backup now :-( -- Regards, Georg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message