From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 20:45:40 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 1EC64106567A for ; Tue, 30 Nov 2010 20:45:40 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id A66838FC16 for ; Tue, 30 Nov 2010 20:45:39 +0000 (UTC) Received: by wyf19 with SMTP id 19so6089644wyf.13 for ; Tue, 30 Nov 2010 12:45:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=HP10l4wwRAfYXcITZcYLXzoMTHj5/IG2Qxdm+Qc5faA=; b=fIfwa61XNqCgQGm5iwmZWmFZ6KvFI6f1kk8ORd8RosyRed72cMVuxbCo+NlnQdrTLn 1lril4dxjNHyXsmxH0tyLGB6lZpiE6Cn52k5hZRqq3ZBxfnAR1Mej5ObPiAw9WlEAfuw 3vs8wUrYVo+s1R9sW8CjoXzr66LZOpqaUkNXA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=nYQJXXwasi+9hsISj4y/ntVHvlmaK62ZiaXiAsABoS3kcR0n0DsCISJ5T1Bu853bYN FVXSs+5i3DtLMLLtZhEv6PZzA+QSZBvJ86doQmV6SnsjpbiqccCdtvUQLiKR1+O90SGG fNiJuQjhCFV+RxEXvjs2kBdNE1xwjUKngckaE= Received: by 10.227.154.7 with SMTP id m7mr8289342wbw.211.1291149937832; Tue, 30 Nov 2010 12:45:37 -0800 (PST) Received: from Melon.malikania.fr (65.21.102-84.rev.gaoland.net [84.102.21.65]) by mx.google.com with ESMTPS id 11sm2259701wbj.1.2010.11.30.12.45.36 (version=SSLv3 cipher=RC4-MD5); Tue, 30 Nov 2010 12:45:36 -0800 (PST) Message-ID: <4CF5624F.4020901@gmail.com> Date: Tue, 30 Nov 2010 21:45:03 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101130 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 20:45:40 -0000 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? Kind regards,