From owner-freebsd-questions Tue Apr 9 18:46:00 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA09872 for questions-outgoing; Tue, 9 Apr 1996 18: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 SAA09867 for ; Tue, 9 Apr 1996 18:45:58 -0700 (PDT) Received: (from richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) id SAA13813; Tue, 9 Apr 1996 18:45:22 -0700 Date: Tue, 9 Apr 1996 18:45:21 -0700 (PDT) From: Richard Chang To: Michael Smith cc: msmith@atrad.adelaide.edu.au, joerg_wunsch@uriah.heep.sax.de, questions@freebsd.org Subject: Re: hard reading error In-Reply-To: <199604100034.KAA17722@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: > > > > > > # cd /foo > > > # mkdir BAD > > > # badsect BAD 1006499 > > > > Tried this but it said cannot attach 1006499 so any ideas? > > Yeah, check the manpage. : > > DIAGNOSTICS > Badsect refuses to attach a block that resides in a critical area or is > out of range of the file system. A warning is issued if the block is al- > ready in use. > > ie. you have the equivalent of a bad sector in your FAT (to use DOS lingo). > In the error messages you posted earlier, you also have the block number > within the slice. You'll have to repartition inside the slice to avoid that > block, which means a backup and reinstall if it's something important > like /usr. Hmmm, what would be the best way of making a identical copy on another hard drive? Richard