From owner-freebsd-questions Tue Aug 5 21:06:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA26728 for questions-outgoing; Tue, 5 Aug 1997 21:06:15 -0700 (PDT) Received: from ham.mics.msu.su (ham.mics.msu.su [158.250.28.66]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id VAA26709 for ; Tue, 5 Aug 1997 21:06:09 -0700 (PDT) Received: from ivanov.mics.msu.su (ivanov.mics.msu.su [158.250.28.77]) by ham.mics.msu.su (8.6.4/8.6.4) with SMTP id IAA17402 for ; Wed, 6 Aug 1997 08:06:05 +0400 Message-ID: <33E7F82A.6797@mics.msu.su> Date: Wed, 06 Aug 1997 08:06:02 +0400 From: Andrew Ivanov Reply-To: ivanov@mics.msu.su Organization: MICS X-Mailer: Mozilla 3.0 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: How to restore from scratch? Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Woods wrote: > I think that your problem lies in that when you boot > off floppy your / directory is on the floppy. For > example, if you are trying to restore /etc, you want > to restore to /mnt/etc, not the current /etc which is > on your floppy. Yes, I did 'cd /mnt', and restore will restore data in current directory, that is /mnt (hard disk), but create temp files it will in / (floppy) :-( May be 'chroot /mnt' helps, but it needs some files in /mnt (sbin/init, some dev, some etc); Is there any way to restore data to empty filesystem? Thanks in advance, Andrew.