From owner-freebsd-questions@FreeBSD.ORG Sat Dec 13 14:46:01 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BCBB16A4CE for ; Sat, 13 Dec 2003 14:46:01 -0800 (PST) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB0EB43D2D for ; Sat, 13 Dec 2003 14:45:59 -0800 (PST) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp109-47.lns1.adl1.internode.on.net [150.101.109.47])hBDMjvdj034400; Sun, 14 Dec 2003 09:15:57 +1030 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: michaela , questions@freebsd.org Date: Sun, 14 Dec 2003 09:15:56 +1030 User-Agent: KMail/1.4.3 References: <200312131634.hBDGYs5u025346@mail.maa-net.net> In-Reply-To: <200312131634.hBDGYs5u025346@mail.maa-net.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200312140915.56759.malcolm.kay@internode.on.net> Subject: Re: Dump/Restore X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2003 22:46:01 -0000 On Sun, 14 Dec 2003 03:04, michaela wrote: > Hi there, > > I had a question regarding Dump/Restore. I just had to reinstall > FreeBSD completely because of a problem, and now I wanted to RESTORE ju= st > the filesystem '/usr/home'. Well, I went into '/usr/home', then tried > "restore -rf /dev/sa0" to restore it. When it's done all there is is t= he > "/" filesystem. > > I know when I did a dump of four filesystems /usr/home was the ver= y > last filesystem I dumped so I know it had to be on the tape. I used th= e > "n" for the device file 'sa0' so the tape would remain where it is afte= r > dumping each filesystem, as opposed to rewinding and the overwriting an= y > previous dump. > Sounds as though you have restored from the first file on tape. The dumps= are not identified on tape so whatever dump file is found is restored to the=20 current location. > I know there has to be more filesystems on the tape besides "/" > because when I did a "mt -f /dev/sa0 fsf 3" to skip three filesystems > forward to the "/usr/home" filesystem, I didn't get any errors looking = for > it. So I know it has to be on the tape. > I take it that you issued the command: mt -f /dev/sa0 fsf 3 prior to attempting to restore. You might try instead: mt -f /dev/nsa0 fsf 3 Malcolm