From owner-freebsd-current@FreeBSD.ORG Sun Jul 25 12:43:26 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 3535616A4CE; Sun, 25 Jul 2004 12:43:26 +0000 (GMT) Received: from av3-2-sn1.fre.skanova.net (av3-2-sn1.fre.skanova.net [81.228.11.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id E501243D2D; Sun, 25 Jul 2004 12:43:25 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: by av3-2-sn1.fre.skanova.net (Postfix, from userid 502) id 48DCF37E68; Sun, 25 Jul 2004 14:43:25 +0200 (CEST) Received: from smtp3-1-sn1.fre.skanova.net (smtp3-1-sn1.fre.skanova.net [81.228.11.163]) by av3-2-sn1.fre.skanova.net (Postfix) with ESMTP id 3A88537E43; Sun, 25 Jul 2004 14:43:25 +0200 (CEST) Received: from gadget (h130n1fls11o822.telia.com [213.64.66.130]) by smtp3-1-sn1.fre.skanova.net (Postfix) with ESMTP id 22BC237E42; Sun, 25 Jul 2004 14:43:25 +0200 (CEST) From: "Daniel Eriksson" To: "'Lukas Ertl'" , Date: Sun, 25 Jul 2004 14:43:29 +0200 Organization: Home Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <200407242226.i6OMQe66008779@repoman.freebsd.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Subject: RE: cvs commit: src/sys/geom/vinum geom_vinum.c geom_vinum_drive.c 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: Sun, 25 Jul 2004 12:43:26 -0000 Lukas Ertl wrote: > Use a temporary geom when tasting vinumdrives and lock the 'real' > vinumdrive geom with an exclusive bit. This should fix the problem > when underlying partitions overlap (i.e. the 'a' partition is at > the same offset as the 'c' partition). This made geom_vinum work on my system, at least partially. What is the correct way of starting geom_vinum? I tried adding geom_vinum_load="YES" in loader.conf, but that made the machine panic during disc probing. /Daniel Eriksson