From owner-freebsd-questions@FreeBSD.ORG Sun Dec 14 22:16:59 2008 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 4C7DD1065670 for ; Sun, 14 Dec 2008 22:16:59 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 167978FC13 for ; Sun, 14 Dec 2008 22:16:57 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id mBEMGoXO050276; Sun, 14 Dec 2008 23:16:50 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id mBEMGmOv050273; Sun, 14 Dec 2008 23:16:50 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 14 Dec 2008 23:16:48 +0100 (CET) From: Wojciech Puchar To: "Jason C. Wells" In-Reply-To: <49453A7A.1030701@highperformance.net> Message-ID: <20081214231618.Q50235@wojtek.tensor.gdynia.pl> References: <49453A7A.1030701@highperformance.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd general questions Subject: Re: Disk Errors 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: Sun, 14 Dec 2008 22:16:59 -0000 > ad2: FAILURE - READ_DMA timed out LBA=0 > ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=1 > ad2: TIMEOUT - READ_DMA retrying (0 retries left) LBA=1 > > The flash drive is detected with 3940272 sectors. Is there a way to control > the LBA= parameter? Does it matter if I try? no. > > How can I control the number of retries? > > I read that FreeBSD doesn't use the BIOS at least for CHS. Does FreeBSD use > the BIOS for PIO and UDMA modes? no. try disabling dma with set hw.ata.ata_dma=0 bootloader command