From owner-freebsd-questions@FreeBSD.ORG Sun Jan 6 00:43:30 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C9724568 for ; Sun, 6 Jan 2013 00:43:30 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id AB774BE6 for ; Sun, 6 Jan 2013 00:43:30 +0000 (UTC) Received: from [10.0.10.3] ([173.88.197.103]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 5 Jan 2013 16:43:31 -0800 Message-ID: <50E8C8B0.60003@a1poweruser.com> Date: Sat, 05 Jan 2013 19:43:28 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Christian Weisgerber Subject: Re: bsdinstall misaligns partitions References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Jan 2013 00:43:31.0206 (UTC) FILETIME=[D9A32A60:01CDEBA6] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2013 00:43:30 -0000 Christian Weisgerber wrote: > Shouldn't bsdinstall attempt to align partitions on 4k boundaries > both for the benefit of 4k drives and flash storage? > > I just installed 9.1R i386 for fun and practice, in fact I installed > it several times, and I played around with the partitioning options. > > * The modern GPT scheme reserves 34 sectors at the start of the disk. > Your newly created partitions will start at offset 34 and will > therefor be misaligned. I ended up configuring a 63 kB freebsd-boot > partition, which ensures that the following partitions are aligned. > > * The old MBR scheme is even worse. The FreeBSD slice will start > at sector 63, guaranteeing that any partitions contained within > will be misaligned. There is no way to fix this, unless you > shell out and run fdisk manually. > > * Funnily enough, the ancient BSD "dangerously dedicated" scheme > is the only one that out of the box does not misalign partitions. > > I'm presumably not the first one to notice this issue, and yes, I'm > mostly just venting. > Best advice is go submit a pr on this bsdinstall situation.