From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 16 06:46:48 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 5381C16A4CE for ; Tue, 16 Mar 2004 06:46:48 -0800 (PST) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 875C643D39 for ; Tue, 16 Mar 2004 06:46:47 -0800 (PST) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i2GEf76K046665 for hackers@freebsd.org.checked; (8.12.8/vak/2.1) Tue, 16 Mar 2004 17:41:07 +0300 (MSK) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i2GEdCJg046526; (8.12.8/vak/2.1) Tue, 16 Mar 2004 17:39:13 +0300 (MSK) (envelope-from rik@cronyx.ru) Message-ID: <405712EE.7010900@cronyx.ru> Date: Tue, 16 Mar 2004 17:45:02 +0300 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roman Kurakin References: <404B9E56.4060103@cronyx.ru> <404C3CD3.9030104@DeepCore.dk> <40570D37.2030106@cronyx.ru> In-Reply-To: <40570D37.2030106@cronyx.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: hackers@freebsd.org cc: =?ISO-8859-1?Q?S=F8ren_Schmidt?= 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: Tue, 16 Mar 2004 14:46:48 -0000 One more thing could we realy rely on presensents ATA_FLAG_54_58? As I find out 0 means "could be valid" (not "not valid") and in ATA-6 we could se that this bit is obsolete? So if word 54-58 are not valid (or may be not valid) doesn't mean that we have non LBA drive. rik Roman Kurakin wrote: > This is realy CHS request, not lba. I checked configuration it > contains 6 in > word 53 from indentify drive information. Ata driver decides because > of that > that hdd is in CHS mode not in LBA. > By the way I checked this hdd with other main board. I read this (I > hope that it > is realy this one) sector without any problem. But hdd seems to be > wroking in > CHS mode any way. > > Any ideas? > > rik > > Søren Schmidt wrote: > >> 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 >> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to >> "freebsd-hackers-unsubscribe@freebsd.org" >> >> > > > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to > "freebsd-hackers-unsubscribe@freebsd.org" > >