From owner-freebsd-questions Tue Apr 9 20:14:57 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA16633 for questions-outgoing; Tue, 9 Apr 1996 20:14:57 -0700 (PDT) Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA16624 for ; Tue, 9 Apr 1996 20:14:52 -0700 (PDT) Received: (from richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) id UAA20920; Tue, 9 Apr 1996 20:14:26 -0700 Date: Tue, 9 Apr 1996 20:14:24 -0700 (PDT) From: Richard Chang To: Michael Smith cc: questions@freebsd.org Subject: Re: hard reading error In-Reply-To: <199604100305.MAA19168@genesis.atrad.adelaide.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 10 Apr 1996, Michael Smith wrote: > Richard Chang stands accused of saying: > > > If you're using csh, something like this : > > > > > > # cd /dead_filesystem > > > # dump 0bf 10000000 - | (cd /new_filesystem; restore rvf -) > > > > Hmmm, thanks! I always either tar and untar or just do a cp -R > > but never used dump and restore before... > > A tarpipe will work too : > > # (cd /dead_filesystem; tar cf - . ) | (cd /new_filesystem; tar xvf -) Is there a way to copy /dev to another drive since I've tried before and it doesn't appear to be working. Richard