From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 27 21:12:05 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A487716A4E0 for ; Thu, 27 Jul 2006 21:12:05 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from hydra.bec.de (www.ostsee-abc.de [62.206.222.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3987743D55 for ; Thu, 27 Jul 2006 21:12:05 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (storm.stura.uni-rostock.de [139.30.252.72]) by hydra.bec.de (Postfix) with ESMTP id C321635707 for ; Thu, 27 Jul 2006 23:11:59 +0200 (CEST) Received: by britannica.bec.de (Postfix, from userid 1000) id 8153B6D0FE; Thu, 27 Jul 2006 23:11:38 +0200 (CEST) Date: Thu, 27 Jul 2006 23:11:38 +0200 From: Joerg Sonnenberger To: freebsd-hackers@freebsd.org Message-ID: <20060727211138.GC10790@britannica.bec.de> Mail-Followup-To: freebsd-hackers@freebsd.org References: <20060727063936.GA1246@titan.klemm.apsfilter.org> <20060727122159.GB4217@britannica.bec.de> <20060727202528.GA14954@titan.klemm.apsfilter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060727202528.GA14954@titan.klemm.apsfilter.org> User-Agent: Mutt/1.5.11 Subject: Re: disklabel differences FreeBSD, DragonFly X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 21:12:05 -0000 On Thu, Jul 27, 2006 at 10:25:28PM +0200, Andreas Klemm wrote: > On Thu, Jul 27, 2006 at 02:21:59PM +0200, Joerg Sonnenberger wrote: > > On Thu, Jul 27, 2006 at 08:39:37AM +0200, Andreas Klemm wrote: > > > Later I wanted to mount the dfly filesystems on FreeBSD 6.1, > > > of course still my main Unix ;-) But it wasn't possible. > > > > DragonFly disklabels allow 16 entries by default, FreeBSD still limits > > it to 8. That's why you can't read it directly. > > > > Hmm, for the sake of compatibility, wouldn't it have been an option, > to add this extra bit to the end of the struct ? The layout of the struct has not changed. FreeBSD simply rejects the disk label because the number of entries is too large. Joerg