From owner-freebsd-questions@FreeBSD.ORG Mon Mar 6 18:26:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D4DB16A426 for ; Mon, 6 Mar 2006 18:26:07 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from mdhost2.centroin.com.br (mdhost2.centroin.com.br [200.225.63.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6592243D5D for ; Mon, 6 Mar 2006 18:26:04 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from trex.centroin.com.br (trex.centroin.com.br [200.225.63.134]) by mdhost2.centroin.com.br (8.13.5/8.13.5/CIP SMTP HOST) with ESMTP id k26IPY4P017799 for ; Mon, 6 Mar 2006 15:25:59 -0300 (BRT) (envelope-from scuba@centroin.com.br) Date: Mon, 6 Mar 2006 15:25:56 -0300 (BRT) From: scuba@centroin.com.br Sender: mpsouza@trex.centroin.com.br To: freebsd-questions@freebsd.org Message-ID: <20060306152311.L41472@trex.centroin.com.br> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Hits: 0.007 X-Scanned-By: MIMEDefang 2.54 on 200.225.63.205 Subject: Mapping LBA to filename 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: Mon, 06 Mar 2006 18:26:07 -0000 Hi All, How can I map an LBA reference to a file? After a power supply fail, I started to get the following error: ad0: FAILURE - READ_DMA status=51 error=40 LBA=42202367 It's always in the same LBA position. I would like to map out that position. Is there any way? - Marcelo