From owner-freebsd-current@FreeBSD.ORG Tue Jul 20 08:58:01 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7794316A4CE; Tue, 20 Jul 2004 08:58:01 +0000 (GMT) Received: from av9-1-sn4.m-sp.skanova.net (av9-1-sn4.m-sp.skanova.net [81.228.10.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AEF443D41; Tue, 20 Jul 2004 08:58:01 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: by av9-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id 6BF2437EAB; Tue, 20 Jul 2004 10:58:00 +0200 (CEST) Received: from smtp2-1-sn4.m-sp.skanova.net (smtp2-1-sn4.m-sp.skanova.net [81.228.10.183]) by av9-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 5C4C937E6A; Tue, 20 Jul 2004 10:58:00 +0200 (CEST) Received: from gadget (h130n1fls11o822.telia.com [213.64.66.130]) by smtp2-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 396F037E46; Tue, 20 Jul 2004 10:58:00 +0200 (CEST) From: "Daniel Eriksson" To: "'Lukas Ertl'" Date: Tue, 20 Jul 2004 10:58:05 +0200 Organization: Home Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal In-Reply-To: <20040720095710.W554@korben.in.tern> cc: freebsd-current@freebsd.org Subject: RE: HEADS UP [Re: thread+preemption stability improvement] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 08:58:01 -0000 Lukas Ertl wrote: > That's probably because you have the 'a' and 'c' partition at=20 > the same=20 > offset. I have a fix for that in my queue. That is very likely. :-) Here's the info for the disc holding my root partition and the mirrored /var, /tmp and /usr partitions (plus a striped partition): # disklabel /dev/ad0s1 # /dev/ad0s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 1048576 0 4.2BSD 2048 16384 8=20 b: 1048576 1048576 swap =20 c: 234436482 0 unused 0 0 # "raw" part, = don't edit d: 1048576 2097152 vinum =20 e: 1048576 3145728 vinum =20 f: 20971520 4194304 vinum =20 g: 209270658 25165824 vinum And I have a bunch of other discs the looks like this (more or less): # disklabel /dev/da4s1 # /dev/da4s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 71681967 0 unused 0 0 # "raw" part, = don't edit d: 71681967 0 vinum /Daniel Eriksson