From owner-freebsd-questions Wed Apr 10 13:46:00 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA07526 for questions-outgoing; Wed, 10 Apr 1996 13:46:00 -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 NAA07521 for ; Wed, 10 Apr 1996 13:45:58 -0700 (PDT) Received: (from richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) id NAA25860; Wed, 10 Apr 1996 13:45:27 -0700 Date: Wed, 10 Apr 1996 13:45:23 -0700 (PDT) From: Richard Chang To: Joerg Wunsch cc: questions@freebsd.org, msmith@atrad.adelaide.edu.au Subject: Re: hard reading error In-Reply-To: <199604101919.VAA00772@uriah.heep.sax.de> 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, J Wunsch wrote: > As Michael Smith wrote: > > > If you're using csh, something like this : > > > > # cd /dead_filesystem > > # dump 0bf 10000000 - | (cd /new_filesystem; restore rvf -) > > I think you have to provide the `filesys' argument to dump. However, > this filesystem doesn't need to be a mounted one. So better: > > umount /dead_filesystem # assume it was mounted from /dev/wd0e > cd /new_filesystem > dump 0bf 10000000 - /dev/rwd0e | restore rvf - > > I think dump handles files with bad blocks (read errors) halfways > gracefully. Hmmm, I know that I can copy files to another drive with no problems using cp -R but the other drive just doesn't have the space... Richard