From owner-freebsd-questions@FreeBSD.ORG Wed Dec 1 20:23:38 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 48802106566C for ; Wed, 1 Dec 2010 20:23:38 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id C0C228FC08 for ; Wed, 1 Dec 2010 20:23:37 +0000 (UTC) Received: by bwz2 with SMTP id 2so6876025bwz.13 for ; Wed, 01 Dec 2010 12:23:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=uuoDvHPO7265oIzEnQN1gGn53aQNAW1UmL9alqibRvc=; b=FeW1KNgtlldtzdTtgtm90cloq2HCL6q6Dy5ncl+vQKAwaa8jLIDRtuUSMVfLmpGXXg jfdaErfCBJCnvZsEfKBB0whzuvMYGYCCOhmstz6ZioJf7RWD9WTsWfwHdJCFUm+dDNzH KwDIQXBGZpJJgqt1+HsC0qgJ4tkV6F/YeM9mQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=IUI17MWy90xl2P0I67LMbVY+zA/7IPvi8kyqKwJGq+F/jus90g9+69haRRePh00IPh jAYEtPODZibYgGagKlBXXwfohcANUL7qAWtDNZM6WGhYRx87GIjF1fHP2Rxshb2eUBJ3 rjiGbpreE6PqJRrfo4piDlsTNmf5+/ByxeFEE= MIME-Version: 1.0 Received: by 10.204.129.210 with SMTP id p18mr9138218bks.85.1291235015432; Wed, 01 Dec 2010 12:23:35 -0800 (PST) Received: by 10.204.127.20 with HTTP; Wed, 1 Dec 2010 12:23:35 -0800 (PST) In-Reply-To: References: <4CF5624F.4020901@gmail.com> <20101130221550.2cf6d726@davenulle.org> <4CF5F5F8.9070408@gmail.com> <20101201141325.7a223b5e@core.draftnet> Date: Wed, 1 Dec 2010 21:23:35 +0100 Message-ID: From: David DEMELIER To: krad Content-Type: text/plain; charset=UTF-8 Cc: Bruce Cran , Paul B Mahol , freebsd-questions@freebsd.org 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: Wed, 01 Dec 2010 20:23:38 -0000 2010/12/1 krad : > On 1 December 2010 14:13, Bruce Cran wrote: > >> On Wed, 1 Dec 2010 13:51:48 +0000 >> Paul B Mahol wrote: >> [snip 9 levels of quoting] >> > It is hardcoded. Not my code. >> >> Could you remember to remove excess quotes please? It's getting a bit >> ridiculous having to scroll past 50 lines to see a one-line reply :) >> >> -- >> Bruce Cran >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >> > > > Is this a theoretical exercise as I cant see why you would need that many > file systems? Why not just use a EFI layout then you can have 128 file > sytems? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > 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 wanted to try partitionning a disk using only gpart and not fdisk/bsdlabel at all so to check if what announced is real but it seems not :-). Kind regards, -- Demelier David