From owner-freebsd-current Fri Dec 7 8:18:46 2001 Delivered-To: freebsd-current@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id CA47837B417 for ; Fri, 7 Dec 2001 08:18:37 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id SAA13956 for ; Fri, 7 Dec 2001 18:18:34 +0200 (EET) (envelope-from max@vega.com) Received: from vega.vega.com (h37.227.dialup.iptcom.net [212.9.227.37]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id SAA11830 for ; Fri, 7 Dec 2001 18:18:17 +0200 (EET) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id fB7GHNt31063 for current@FreeBSD.org; Fri, 7 Dec 2001 18:17:23 +0200 (EET) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200112071617.fB7GHNt31063@vega.vega.com> Subject: Weird dump(8) messages To: current@FreeBSD.org Date: Fri, 7 Dec 2001 18:17:19 +0200 (EET) X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Hi, I'm currently moving data from one FreeBSD partition to another and noticed that something is wrong with dump's diagnostic messages (notice > 100% and negative times at the end of the dump): root@notebook# mount -urf / root@notebook# export TMPDIR=/mnt root@notebook# pwd / root@notebook# cd /mnt/ root@notebook# dump -0 -f - / | restore -r -f - DUMP: Date of this level 0 dump: Fri Dec 7 16:59:16 2001 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /dev/ad0s1a (/) to standard output DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 919238 tape blocks. DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] DUMP: 18.36% done, finished in 0:22 DUMP: 27.81% done, finished in 0:25 DUMP: 35.92% done, finished in 0:26 DUMP: 43.12% done, finished in 0:26 DUMP: 56.73% done, finished in 0:19 DUMP: 67.21% done, finished in 0:14 DUMP: 75.00% done, finished in 0:11 DUMP: 79.58% done, finished in 0:10 DUMP: 86.22% done, finished in 0:07 DUMP: 93.22% done, finished in 0:03 DUMP: 105.07% done, finished in 0:-2 DUMP: 111.89% done, finished in 0:-6 DUMP: 122.01% done, finished in 0:-11 DUMP: 134.91% done, finished in 0:-18 ^^^^^^^ ^^^!!! DUMP: DUMP: 1299650 tape blocks DUMP: finished in 4454 seconds, throughput 291 KBytes/sec This is a 3GB partition with a standard 5-CURRENT, several packages and my development /usr/src and /usr/ports trees. Any ideas? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message