From owner-freebsd-questions Tue Sep 5 14: 6:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fbma.tuwien.ac.at (fbma.tuwien.ac.at [193.170.75.14]) by hub.freebsd.org (Postfix) with ESMTP id BB02137B443 for ; Tue, 5 Sep 2000 14:06:14 -0700 (PDT) Received: from fbma.tuwien.ac.at (fbma.tuwien.ac.at [193.170.75.14]) by fbma.tuwien.ac.at (8.8.8/8.8.8) with ESMTP id XAA33442 for ; Tue, 5 Sep 2000 23:06:14 +0200 Date: Tue, 5 Sep 2000 23:06:14 +0200 (METDST) From: Johannes Marchart To: freebsd-questions@freebsd.org Subject: Restore fails! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I've been reading many messages in the archive about dump/restore, but I didn't find anything due to following problem: I dumped my devices /dev/ad0s1X in normal files on a 2nd drive with: # dump -0 -B 20000000 -f ad0s1X.dump /dev/ad0s1X In FIXIT mode on a pristine new filesystem /dev/ad0s1, mounted on /mnt I successfully could restore /mnt3/ad0s1a.dump, /mnt3/ad0s1e.dump" and /mnt3/ad0s1g.dump BUT /mnt3/ad0s1f.dump FAILED! (see /etc/fstab below) When restoring # restore -r -f /mnt3/ad0s1f.dump RESTORE spits out a lot of warnings like: Warning: '.' missing from directory ./shared..... Warning: '..' missing from directory ./shared.... . Expect next file 312342, got 234234 Expect next file 234234, got 3423423 . . can't find directory inode 3 can't find directiry inode 8 .... Any ideas? Regards, Johannes -------------------------- /etc/fstab: /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1e /home ufs rw 2 2 /dev/ad0s1f /usr ufs rw 2 2 /dev/ad0s1g /var ufs rw 2 2 /dev/acd0c /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message