From owner-freebsd-questions@FreeBSD.ORG Tue Apr 26 07:30:56 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BC92106564A for ; Tue, 26 Apr 2011 07:30:56 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 201D38FC08 for ; Tue, 26 Apr 2011 07:30:56 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 7A1B2E61CC; Tue, 26 Apr 2011 08:30:54 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=YdpYXj1im/gb VefpJupgrH2HaBQ=; b=wShuHYrnvKdQ30QVvcATLXXU/HXC9Hz3tDC8sMW+lGse x5ZqnhRBmkpRSN2DisED4nDf/RJLDp+3PnwPn1EZxTRY+U2gfjSIgXBnrVnx7rH8 WOZzCKPr0H03AtsQvHp+tDOiWum/Z8TwAWa14Pox1Mw4aGAj55GaVV2wYDx6H3E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=date:from:to :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=pGjwLq Ywv37xL16DDJ+mQ7q2kpfSi1tk1Au8v0W0UEX+QuqxpYgwdycABGNbgyISi6vmL8 nyoA2taHGKuuy+tAyj8u8flxtIlIeQRN5MtTUvh3NROUD4c3jBDovmprMNyBw9/b K44DN2IkdE21kgFpaJyj/9cnHofSoWnuhJaOQ= Received: from unknown (188-222-18-231.zone13.bethere.co.uk [188.222.18.231]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 2B151E61AE; Tue, 26 Apr 2011 08:30:54 +0100 (BST) Date: Tue, 26 Apr 2011 08:30:52 +0100 From: Bruce Cran To: Denis Fortin Message-ID: <20110426083052.00004db6@unknown> In-Reply-To: <84D40BB2-4BC9-4B6A-9388-5C57D5815B17@acm.org> References: <84D40BB2-4BC9-4B6A-9388-5C57D5815B17@acm.org> X-Mailer: Claws Mail 3.7.8cvs47 (GTK+ 2.16.6; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: disk problem: suggestion on how to handle... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 07:30:56 -0000 On Tue, 26 Apr 2011 07:08:21 +0200 Denis Fortin wrote: > So, is there a way to "mark the inode bad" and then launch an fsck ? > How can I turn "offset=-574217714356717568" into a usable piece of > information? It looks like something is causing geom to try and read way past the end of the disk? -- Bruce Cran