From owner-freebsd-questions@FreeBSD.ORG Fri Nov 15 18:54:01 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC52D1F9 for ; Fri, 15 Nov 2013 18:54:01 +0000 (UTC) Received: from mail-pb0-x22d.google.com (mail-pb0-x22d.google.com [IPv6:2607:f8b0:400e:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9956F2DF9 for ; Fri, 15 Nov 2013 18:54:01 +0000 (UTC) Received: by mail-pb0-f45.google.com with SMTP id mc8so3964174pbc.4 for ; Fri, 15 Nov 2013 10:54:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version; bh=qIJAZM5TvDnrkkTN7JbW5PHt27T+Ep+fRnvl4d5RXeo=; b=rVXauU0878lEjCgovly91JyA3oalJbAjqdUnNcsCt9Y4f1TPxOOA7OeoMypWnrnkFE WceJl6iBP7l1/B8cqexzpncOJOBpXUp70N1GdBUFypO/3PPs5X7OfDsds4fyNgzsdG7+ Fr9FZY0e+GEHz4yQqffZjQU+snXn0plCBrI9nbCdM1KonU8pxIRjO2Z1K4QTa51+uRhI ZuYBsZ3klilboW65MzovjFlFKYP6b+Nz64IKsJ6sHHA2110JeF9JaAVd6nopUXMYqnx7 F3PCnO/uDz1nK1DHnz304FEc4Oy9/fuvHE+5WjUs5FsroZfYmXdDnXiS/sDNxdR9/Sro fOjw== X-Received: by 10.66.190.198 with SMTP id gs6mr8217257pac.49.1384541641273; Fri, 15 Nov 2013 10:54:01 -0800 (PST) Received: from briankrusicw.logan.tv ([64.17.255.138]) by mx.google.com with ESMTPSA id oj6sm6854761pab.9.2013.11.15.10.54.00 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 15 Nov 2013 10:54:00 -0800 (PST) From: aurfalien Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: gpart, to -a 4k or to -b 1M Date: Fri, 15 Nov 2013 10:53:59 -0800 Message-Id: To: FreeBSD Questions Mime-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2013 18:54:01 -0000 Hi, Curious, for best practice in ensuring 4K alignment, should one do; gpart add ... -b 1M or gpart add ... -a 4k Thank in advance, - aurf