From owner-freebsd-geom@FreeBSD.ORG Wed Aug 11 11:44:05 2010 Return-Path: Delivered-To: geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7611F106564A; Wed, 11 Aug 2010 11:44:05 +0000 (UTC) (envelope-from eugen@eg.sd.rdtc.ru) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [62.231.161.221]) by mx1.freebsd.org (Postfix) with ESMTP id B36FF8FC24; Wed, 11 Aug 2010 11:44:04 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.4/8.14.4) with ESMTP id o7BBRsbH072044; Wed, 11 Aug 2010 18:27:54 +0700 (NOVST) (envelope-from eugen@eg.sd.rdtc.ru) Received: (from eugen@localhost) by eg.sd.rdtc.ru (8.14.4/8.14.4/Submit) id o7BBRsth072043; Wed, 11 Aug 2010 18:27:54 +0700 (NOVST) (envelope-from eugen) Date: Wed, 11 Aug 2010 18:27:54 +0700 From: Eugene Grosbein To: Valentin Nechayev Message-ID: <20100811112754.GA72031@rdtc.ru> References: <86wrry1hwv.fsf@ds4.des.no> <20100811060439.GD17926@netch.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100811060439.GD17926@netch.kiev.ua> User-Agent: Mutt/1.4.2.3i Cc: geom@freebsd.org, hackers@freebsd.org Subject: Re: Support for WD Advanced Format disks X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2010 11:44:05 -0000 On Wed, Aug 11, 2010 at 09:04:39AM +0300, Valentin Nechayev wrote: > > I'm looking into a clean, permanent solution for WD Green drives that > > use 4096-byte physical sectors. To summarize the information I've > > collected so far: > > There is attempt to look from another side - is it really needed? > Captain Obvious says that if one have a new disk, it's easy to format > it properly - i.e. not xxx*16*63 but aligned on 4KB boundary. For > example, set up geometry xxx*64*32 for all new disks and align GPT > partitions on 1MB boundary. As soon as FS requests in FreeBSD are no > less than 4KB in size, this would satisfy any disk. > > If 4KB sectors are our future for a few next years, this shall be > implemented anyway... Also, we have geom_cache for performance-sensetive setups anyway :-) Eugene Grosbein