Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 1999 21:26:12 -0600
From:      Dan Nelson <dnelson@emsphone.com>
To:        admin <admin@imediaconsultants.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: anybody able to explain this????
Message-ID:  <19990214212612.A81588@dan.emsphone.com>
In-Reply-To: <36C78FB8.9A972D98@imediaconsultants.com>; from "admin" on Sun Feb 14 19:08:40 GMT 1999
References:  <36C78FB8.9A972D98@imediaconsultants.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Feb 14), admin said:
> DUMP: Date of this level 0 dump: Sat Feb 13 20:25:38 1999
>   DUMP: Date of last level 0 dump: the epoch
>   DUMP: Dumping /dev/rsd0s1a (/) to /dev/nrst0
>   DUMP: mapping (Pass I) [regular files]
>   DUMP: mapping (Pass II) [directories]
>   DUMP: estimated 395834 tape blocks on 0.00 tape(s).
>   DUMP: dumping (Pass III) [directories]
>   DUMP: dumping (Pass IV) [regular files]
>   DUMP: 36.38% done, finished in 0:08
>   DUMP: 78.74% done, finished in 0:02
>   DUMP: DUMP: 396550 tape blocks on 1 volumes(s)
>   DUMP: finished in 753 seconds, throughput 526 KBytes/sec
>   DUMP: level 0 dump on Sat Feb 13 20:25:38 1999
>   DUMP: Closing /dev/nrst0
>   DUMP: DUMP IS DONE
>   DUMP: Date of this level 0 dump: Sat Feb 13 20:38:31 1999
>   DUMP: Date of last level 0 dump: the epoch
>   DUMP: Dumping /usr to /dev/nrst0
>   DUMP: bad sblock magic number
>   DUMP: The ENTIRE dump is aborted.

I find it interesting that the two "dumping" lines are different:

>   DUMP: Dumping /dev/rsd0s1a (/) to /dev/nrst0
>   DUMP: Dumping /usr to /dev/nrst0

dump prints the second line when the filesystem is not a mountpoint.

My guess is that because your dump of / took 396550 blocks (around 400
meg of data assuming dump's default 1K blocksize), /usr is not a
separate filesystem and was backed up as part of /.

I wonder if it wouldn't be a good idea to patch dump to print a better
error in this case.

	-Dan Nelson
	dnelson@emsphone.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990214212612.A81588>