From owner-freebsd-questions@FreeBSD.ORG Tue Nov 13 06:14:12 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9358DC26 for ; Tue, 13 Nov 2012 06:14:12 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 6BA9A8FC0C for ; Tue, 13 Nov 2012 06:14:12 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id D1EB25081B for ; Mon, 12 Nov 2012 22:14:11 -0800 (PST) To: freebsd-questions@freebsd.org Subject: Re: Advanced Format Drive ? In-Reply-To: <20121113065602.ee2310d7.freebsd@edvax.de> Date: Mon, 12 Nov 2012 22:14:11 -0800 Message-ID: <86166.1352787251@tristatelogic.com> From: "Ronald F. Guilmette" 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: Tue, 13 Nov 2012 06:14:12 -0000 In message <20121113065602.ee2310d7.freebsd@edvax.de>, Polytropon wrote: >On Mon, 12 Nov 2012 21:47:40 -0800, Ronald F. Guilmette wrote: >> Is there _anything_ that I will have to do differently than I did for the >> last 20 drives I've used with FreeBSD over the last 10+ years? > >As far as I know, the "old ways" still work as intended. >I've been initalizing 1 TB and 1.5 TB disks the "old way", >using sysinstall (to create a slice, then to create the >partitions) and newfs (to format the 2nd data disk). So >far, the disks are working for some years without trouble. >Those are "normal" disks, not SSDs, purchased few years >ago. > >The term "advanced format" is usually used for 4k-sectorized >disks (in difference to "traditional" 512k sectors). > >You can find more here: >http://en.wikipedia.org/wiki/Advanced_Format > >The implication for FreeBSD is (and has been for some time) >to align partitions "at a 4k border". If you create partition >sizes as multiples of 4k, it should be fine. Thank you. Which "partitions" need to be aligned to the 4KB boundaries? The FreeBSD ones, the MBR ones, or both?