Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Sep 2000 11:41:43 +0200 (CEST)
From:      Paul Herman <pherman@frenchfries.net>
To:        Ignacio Zelaya <izelaya@infovia.com.ar>
Cc:        "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: DUMP problem
Message-ID:  <Pine.BSF.4.21.0009011137290.668-100000@bagabeedaboo.security.at12.de>
In-Reply-To: <39AEC3FE.9CCAC8E5@infovia.com.ar>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 31 Aug 2000, Ignacio Zelaya wrote:

> I want to bakup some files and dump returns:
> 
> newimage is a file whith a  FreeBsd file system
> i make:   vnconfig /dev/vn0 newimage
> 
> my_host:/home/ignacio/test# dump -0  -f /dev/vn0c /home/ignacio/test/read/
>   DUMP: Date of this level 0 dump: Thu Aug 31 17:00:19 2000
>   DUMP: Date of last level 0 dump: the epoch
>   DUMP: Dumping /home/ignacio/test/read/ to /dev/vn0c 
> >>>  DUMP: bad sblock magic number  <<<
>   DUMP: The ENTIRE dump is aborted. 
> 
> what is bad sblock magic number?

if you want to dump /dev/vn0c then I think you have your arguments
backwards.  Try:

  dump -0 -f /home/ignacio/test/read/output.dump /dev/vn0c

-Paul.



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?Pine.BSF.4.21.0009011137290.668-100000>