From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 8 01:29:19 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23FDF16A4CE for ; Mon, 8 Mar 2004 01:29:19 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05EDC43D46 for ; Mon, 8 Mar 2004 01:29:18 -0800 (PST) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i289SppZ098243; Mon, 8 Mar 2004 10:29:06 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <404C3CD3.9030104@DeepCore.dk> Date: Mon, 08 Mar 2004 10:28:51 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040126 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roman Kurakin References: <404B9E56.4060103@cronyx.ru> In-Reply-To: <404B9E56.4060103@cronyx.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.4 X-Mailman-Approved-At: Mon, 08 Mar 2004 05:00:14 -0800 cc: hackers@freebsd.org Subject: Re: HDD questions X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 09:29:19 -0000 Roman Kurakin wrote: > Hi, > > I have some problems with my HDD (ST380021A). The problem was checked > on 5.2, 5.2.1, and some > 5.Current (cvsuped about week or two). > > At first I got this problem while system installation. I get trap and > message from ata after I start a commit: > FAILURE READ_DMA status=51 error=10 > LBA=245529601 If I read the above modelnumber correctly it is a 80G disk.. There is only ~160000000 sectors on such a disk, so you cant expect to read sector 245529601 as its not there :) Now why sysinstall tries to do that is beyond me, but could be a problem with the geometry (it seems to always get it wrong these days). -Søren