From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 21:15:44 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 CD184106566C for ; Tue, 30 Nov 2010 21:15:44 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 93CA78FC1C for ; Tue, 30 Nov 2010 21:15:44 +0000 (UTC) Received: from baby-jane.lamaiziere.net (unknown [192.168.1.10]) by smtp.lamaiziere.net (Postfix) with ESMTP id E8AFF633205 for ; Tue, 30 Nov 2010 22:15:42 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 4B2E02CF69A for ; Tue, 30 Nov 2010 22:15:55 +0100 (CET) Date: Tue, 30 Nov 2010 22:15:50 +0100 From: Patrick Lamaiziere To: freebsd-questions@freebsd.org Message-ID: <20101130221550.2cf6d726@davenulle.org> In-Reply-To: <4CF5624F.4020901@gmail.com> References: <4CF5624F.4020901@gmail.com> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.22.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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: Tue, 30 Nov 2010 21:15:44 -0000 Le Tue, 30 Nov 2010 21:45:03 +0100, David Demelier a écrit : > Hello, Hello, > We all know that we can only have 8 ufs partitions in one freebsd > slice. Since OpenBSD and NetBSD can support at most 32 partitions > iirc. > > I wonder why FreeBSD still lacks more ufs partitions in one slice? > > Is there any plan to grow up max partitions or every work is > dedicated to ZFS? hmmm, isn't already done in 8.X ? from what's cooking for FreeBSD 8.0 http://ivoras.sharanet.org/freebsd/freebsd8.html « bsdlabel gets extended to 26 partitions Status: Committed to -CURRENT Will appear in 8.0: sure Author: Marcel Moolenaar Web: commit message bsdlabel is (finally!) extended to support more than 8 partitions. The new limit of 26 partitions comes from the number of lower-case letters. To make use of this change, GEOM_PART needs to be used instead of GEOM_BSD (this is default in 8.0 but will not work with older kernels). » Regards.