Date: Wed, 9 Aug 2000 08:07:35 +0000 From: Alan Clegg <abc@bsdi.com> To: Ben Weaver <bweaver@tranquility.net> Cc: freebsd-questions@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: An sblock magic number is... Message-ID: <20000809080735.A55136@diskfarm.firehouse.net> In-Reply-To: <20000809042514.A46006@tranquility.net>; from bweaver@tranquility.net on Wed, Aug 09, 2000 at 04:25:14AM -0500 References: <20000809042514.A46006@tranquility.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Out of the ether, Ben Weaver spewed forth the following bitstream: > $ df > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/sd0s1a 3976982 909105 2749719 25% / > /dev/sd1s1e 3976982 3359343 299481 92% /home > /dev/sd2s1f 992751 817542 95789 90% /var > procfs 4 4 0 100% /proc > bash-2.03# ssh backup@tranq1 /sbin/dump -0a -f - /dev/sd0s1f | dd of=t1.var > DUMP: bad sblock magic number Note that you are dumping /dev/sd0s1f and not /dev/sd2s1f. /dev/sd0s1f does not contain a valid filesystem, thus can't be dumped. AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000809080735.A55136>