From owner-freebsd-questions@FreeBSD.ORG Fri Jan 4 18:13:03 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CAB44CC1 for ; Fri, 4 Jan 2013 18:13:03 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-ob0-f179.google.com (mail-ob0-f179.google.com [209.85.214.179]) by mx1.freebsd.org (Postfix) with ESMTP id 969B8D4 for ; Fri, 4 Jan 2013 18:13:03 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id x4so15124189obh.10 for ; Fri, 04 Jan 2013 10:12:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=ZgeL2U6hrgKU+K+lvRaMBvFat14Py0ggBBhSpAM/qnU=; b=gawnO5Oyou3gU/xVKYARKeffEZIEQp8o0FH9V6ycgzSLy5moSe25c2EHWMs8A0lTRL OF0DomfH5G4kyBI72cO9Pl9ozKk6x+0wJaXZj3mx3vjsI/DyV5cQizlHm+4NLyR0r8Ea ujrvFumc1vblZ1eAzzfDxi+9/Awl40RKmoYrahG8iYqkIy3uu17/yj3DxKV7oU/1Oi/L hmcW/uX/f3ngZvERu9pkD4zJFQWfnjypUrgxHygUT7lafHOuVg2yxwgN+nqTNPsuOs3R dt2GhurvMAg/kBDkwmYyI3Fvyg0wg+U14eYoo7Esh1Z2v93v2Rdaq0t5UIdBtzItHF3s p5gw== MIME-Version: 1.0 Received: by 10.182.157.44 with SMTP id wj12mr39561368obb.41.1357323176029; Fri, 04 Jan 2013 10:12:56 -0800 (PST) Received: by 10.60.119.9 with HTTP; Fri, 4 Jan 2013 10:12:55 -0800 (PST) In-Reply-To: References: Date: Fri, 4 Jan 2013 10:12:55 -0800 Message-ID: Subject: Re: bsdinstall misaligns partitions From: Michael Sierchio To: Christian Weisgerber X-Gm-Message-State: ALoCoQnrgGFAe8yBQpyWgltTnE6UXLMz+hS9zv5zRxEk3l0d8+qAt4iavbDDgOyY5jkvWoH6I7rL Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Fri, 04 Jan 2013 18:13:03 -0000 On Fri, Jan 4, 2013 at 9:14 AM, Christian Weisgerber wrote: > Shouldn't bsdinstall attempt to align partitions on 4k boundaries > both for the benefit of 4k drives and flash storage? > > That's rather up to you. AFAIK it attempts to create partitions that preserve "cylinder" boundaries - which are generally a rather obsolete concept, even for drives with spindles.