From owner-svn-src-head@FreeBSD.ORG Tue Dec 7 23:11:48 2010 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5805D106566B; Tue, 7 Dec 2010 23:11:48 +0000 (UTC) (envelope-from mj@feral.com) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id 03F4D8FC1D; Tue, 7 Dec 2010 23:11:47 +0000 (UTC) Received: from [192.168.221.2] (remotevpn [192.168.221.2]) by ns1.feral.com (8.14.4/8.14.3) with ESMTP id oB7NBkLQ097908 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 7 Dec 2010 15:11:46 -0800 (PST) (envelope-from mj@feral.com) Message-ID: <4CFEBF27.8010203@feral.com> Date: Tue, 07 Dec 2010 15:11:35 -0800 From: Matthew Jacob Organization: Feral Software User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Andriy Gapon References: <201012072046.oB7KkB4L079555@svn.freebsd.org> <4CFEAD09.30904@freebsd.org> <4CFEAFA6.4020103@feral.com> <4CFEB1AD.70906@freebsd.org> In-Reply-To: <4CFEB1AD.70906@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-4.2.6 (ns1.feral.com [192.168.221.1]); Tue, 07 Dec 2010 15:11:47 -0800 (PST) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Bruce Cran Subject: Re: svn commit: r216269 - head/sys/geom/part X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Dec 2010 23:11:48 -0000 Geometry is still important. Trying booting a USB flash drive on all BIOS' with a 63/255 geometry instead of a 64/32 geometry. On 12/7/2010 2:14 PM, Andriy Gapon wrote: > on 08/12/2010 00:05 Matthew Jacob said the following: >> >> On 12/7/2010 1:54 PM, Andriy Gapon wrote: >>> on 07/12/2010 22:46 Bruce Cran said the following: >>>> Don't warn if a partition appears not to be aligned on a track boundary. >>>> Modern disks use LBA and create a fake CHS geometry that doesn't have any >>>> relation to the on-disk layout of data. >>> You repeated that statement, so I am picking on you :-) >>> Can someone show me how/where exactly modern drives fakes CHS geometry? >>> >> cf cam_calc_geometry > But that's not drive firmware code :-) > It's us faking those parameters for ourselves for some unknown reason. > Stupid us :-) But not the drives / manufacturers. >