From owner-freebsd-questions@FreeBSD.ORG Sat Apr 5 10:03:28 2014 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 2BFABEF3 for ; Sat, 5 Apr 2014 10:03:28 +0000 (UTC) Received: from mp1-smtp-6.eutelia.it (mp1-smtp-6.eutelia.it [62.94.10.166]) by mx1.freebsd.org (Postfix) with ESMTP id CF5EB8E9 for ; Sat, 5 Apr 2014 10:03:27 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mp1-smtp-6.eutelia.it (Eutelia) with ESMTP id D01636B8F63 for ; Sat, 5 Apr 2014 12:03:19 +0200 (CEST) Received: from soth.ventu (adsl-ull-181-147.41-151.net24.it [151.41.147.181]) (authenticated bits=0) by ns2.biolchim.it (8.14.8/8.14.8) with ESMTP id s35A3BWm040796 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sat, 5 Apr 2014 12:03:12 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: ns2.biolchim.it: Host adsl-ull-181-147.41-151.net24.it [151.41.147.181] claimed to be soth.ventu Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.8/8.14.7) with ESMTP id s35A34rG065954; Sat, 5 Apr 2014 12:03:04 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <533FD4D8.7010909@netfence.it> Date: Sat, 05 Apr 2014 12:03:04 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: wblock@wonkity.com Subject: Re: Partition alignment References: <53333669.7000802@netfence.it> <533356EA.8020802@netfence.it> <53360177.60001@ksu.edu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (ns2.biolchim.it [192.168.2.203]); Sat, 05 Apr 2014 12:03:12 +0200 (CEST) X-Spam-Score: 6.85 (******) RCVD_IN_BRBL_LASTEXT, RCVD_IN_PBL, RCVD_IN_RP_RNBL, RCVD_IN_SORBS_DUL, RDNS_DYNAMIC X-Scanned-By: MIMEDefang 2.74 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 10:03:28 -0000 On 03/29/14 03:25, Warren Block wrote: > Yes. The better solution is to use GPT partitions, though. I tried, but the sysinstall does not work with GPT; I know sysinstall is obsolete, but unfortunately I had to install an 8.4 this time. In the end I was able to correctly align the partitions with the traditional BSD scheme. Thanks for your help. bye av.