From owner-freebsd-questions@FreeBSD.ORG Thu Dec 2 22:10:10 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6265A1065673 for ; Thu, 2 Dec 2010 22:10:06 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 3F2A98FC12 for ; Thu, 2 Dec 2010 22:10:05 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1POHLm-0000AS-MV for freebsd-questions@freebsd.org; Thu, 02 Dec 2010 23:10:02 +0100 Received: from cpe-188-129-89-231.dynamic.amis.hr ([188.129.89.231]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Dec 2010 23:10:02 +0100 Received: from ivoras by cpe-188-129-89-231.dynamic.amis.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Dec 2010 23:10:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Thu, 02 Dec 2010 23:09:49 +0100 Lines: 9 Message-ID: References: <4CF5624F.4020901@gmail.com> <20101130221550.2cf6d726@davenulle.org> <4CF5F5F8.9070408@gmail.com> <20101201141325.7a223b5e@core.draftnet> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpe-188-129-89-231.dynamic.amis.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101102 Thunderbird/3.1.6 In-Reply-To: Subject: Re: 8 partitions maximum X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2010 22:10:10 -0000 On 12/01/10 21:23, David DEMELIER wrote: > Yes it is just exercises, I heard bsdlabel was grow up so I wanted to > test, now I don't really understand why it's fixed to 20 only. I also It turns out that something like 22.75 bsdlabel partition table entries fit in a 512 byte sector, so this was rounded down to 20. This is where this limit comes from - the size of the sector.