From owner-freebsd-questions@FreeBSD.ORG Mon Nov 27 18:18:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F1ED216A412 for ; Mon, 27 Nov 2006 18:18:56 +0000 (UTC) (envelope-from Floki@meta.ua) Received: from webmail.meta.ua (webmail.meta.ua [213.133.164.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05B944461E for ; Mon, 27 Nov 2006 17:48:08 +0000 (GMT) (envelope-from Floki@meta.ua) Received: from [127.0.0.1] (port=59869 helo=localhost) by webmail.meta.ua ; Mon, 27 Nov 2006 19:48:44 +0200 Received: from 217.76.193.117 (MetaMail authenticated user Floki@meta.ua) by webmail.meta.ua with HTTP; Mon, 27 Nov 2006 19:48:44 +0200 (EEST) Message-ID: <2148.217.76.193.117.1164649724.metamail@webmail.meta.ua> In-Reply-To: <20061127171646.GC73889@gizmo.acns.msu.edu> References: <3099.217.76.193.117.1164625816.metamail@webmail.meta.ua> <20061127155720.GB73438@gizmo.acns.msu.edu> <1507.217.76.193.117.1164646712.metamail@webmail.meta.ua> <20061127171646.GC73889@gizmo.acns.msu.edu> Date: Mon, 27 Nov 2006 19:48:44 +0200 (EEST) From: "Dima" To: "Jerry McAllister" User-Agent: MetaMail/1.0 MIME-Version: 1.0 Content-Type: text/plain;charset=koi8-r Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal MetaPassport-Id: 215169 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 6.1 setup doesn't see my HDD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Floki@meta.ua List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 18:18:57 -0000 > On Mon, Nov 27, 2006 at 06:58:32PM +0200, Dima wrote: > Hmmm. I am presuming you are booted from an install CD. Yes, I'm booting from install CD. >> By the way there are some error messages regarding this on Ctrl+Alt+F2 >> (during install), but they say nothing to me: >> ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=0 >> ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=0 >> ad0: FAILURE - READ_DMA status=51 >> error=84 >> LBA=0 >> They're repeated 4 times. > > Hmmm. > I don't remember seeing anything like those when I had the afore-mentioned > problem. That looks like something is connected wrong or being addressed > wrong. It isn't a geometry issue, I don't think. But Red Hat 9 still works fine on that hardware. What can be wrong? >> My HDD is Master on first IDE-channel, CD-ROM - Secondary on the same >> channel. > > Can you find the dmesg information for both the disk and the CD reader > during the boot? Are they producing device identifiers and specs that > look correct? > Those lines will start with 'adnn:' and 'acdnn:' where nn is a number, > probably '0' (you hope). Yes, I can: ad0: 238457 MB at ata0-master UDMA acd0 ..... at ata0-slave looks fine too (I'm too lazy to copy it :) Also I have ad2 and it seems fine on dmesg too. After that goes ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=0 ad0: WARNING - READ_DMA UDMA ICRC error (retrying request) LBA=0 ad0: FAILURE - READ_DMA status=51 and repeats 3 times.