From owner-freebsd-current@FreeBSD.ORG Fri Apr 9 12:15:13 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E2851065670; Fri, 9 Apr 2010 12:15:13 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5B8478FC0A; Fri, 9 Apr 2010 12:15:13 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:1137:7e67:e251:d871] (unknown [IPv6:2001:7b8:3a7:0:1137:7e67:e251:d871]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 183DC5C59; Fri, 9 Apr 2010 14:15:12 +0200 (CEST) Message-ID: <4BBF1A4F.1010904@andric.com> Date: Fri, 09 Apr 2010 14:15:11 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.2pre) Gecko/20100404 Lanikai/3.1b2pre MIME-Version: 1.0 To: Alexey Tarasov References: <1A417529-F467-4411-970A-3FF41080AC61@lexasoft.ru> <868w8yukuy.fsf@ds4.des.no> <6313EB8E-D3DA-459F-A372-0E871359FA1C@lexasoft.ru> <86zl1et4rv.fsf@ds4.des.no> <86mxxet437.fsf@ds4.des.no> <86eiiqt3kp.fsf@ds4.des.no> <846676C4-C1B8-44DB-AA01-B664614DE59F@lexasoft.ru> <20100408172421.62d73a90@ernst.jennejohn.org> <4BBDF7D3.3050300@andric.com> <4BBE4032.3030806@andric.com> <539094C7-278A-4674-8A06-E8BAF8F29E58@lexasoft.ru> In-Reply-To: <539094C7-278A-4674-8A06-E8BAF8F29E58@lexasoft.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= , mav@FreeBSD.org, current@freebsd.org Subject: Re: gpart and sector size X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2010 12:15:13 -0000 On 2010-04-09 13:00, Alexey Tarasov wrote: > /dev/ad4 > 512 # sectorsize > 1500301910016 # mediasize in bytes (1.4T) > 2930277168 # mediasize in sectors > 0 # stripesize > 0 # stripeoffset > 2907021 # Cylinders according to firmware. > 16 # Heads according to firmware. > 63 # Sectors according to firmware. > WD-WMAVU1512579 # Disk ident. > > Seems that mav@ commit doesn't work? o_O No, the problem is that you must use the ada(4) driver instead of ad(4). The new physical and logical sector support has only been implemented for the newer AHCI-over-CAM stack.