From owner-freebsd-questions@FreeBSD.ORG Mon Nov 27 17:22:29 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 7F92F16A407 for ; Mon, 27 Nov 2006 17:22:29 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 012F843E28 for ; Mon, 27 Nov 2006 17:18:03 +0000 (GMT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id kARHGkJC074005; Mon, 27 Nov 2006 12:16:46 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id kARHGk3T074004; Mon, 27 Nov 2006 12:16:46 -0500 (EST) (envelope-from jerrymc) Date: Mon, 27 Nov 2006 12:16:46 -0500 From: Jerry McAllister To: Dima Message-ID: <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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1507.217.76.193.117.1164646712.metamail@webmail.meta.ua> User-Agent: Mutt/1.4.2.2i 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2006 17:22:29 -0000 On Mon, Nov 27, 2006 at 06:58:32PM +0200, Dima wrote: > > On Mon, Nov 27, 2006 at 01:10:16PM +0200, Dima wrote: > > Usually, with FreeBSD, you just ignore those geometry messages. > > This should be especially true if you plan to use the whole disk > > for FreeBSD. The geometry that is reported is "virtual" and does > > not really mean anything for you. Don't try to do anything to the > > BIOS settings for it either. Just take the [fdisk] option that says > > to create one large slice comprising the whole disk for FreeBSD and it > > should overwrite everything nicely. > > > > If this doesn't work then it will be necessary to know more about > > just what kind of disk you are trying to use. > > I've tried to create one large slice too. All goes fine until Commit. When > install tries to write on disk it shows: > ERROR: Unable to write data to disk ad0! Hmmm. I am presuming you are booted from an install CD. The times I have seen this message are when I tried to fdisk a drive that had stuff currently mounted and/or was the disk I was booted to. > 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. > 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). ////jerry