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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message