From owner-freebsd-current@FreeBSD.ORG Sat Aug 6 17:57:53 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 6243916A420; Sat, 6 Aug 2005 17:57:53 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 542E843D46; Sat, 6 Aug 2005 17:57:52 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j76IA11M001901; Sat, 6 Aug 2005 12:10:01 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42F4FA1A.2050107@samsco.org> Date: Sat, 06 Aug 2005 11:57:46 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lukas Ertl References: <04D55966-A390-45AE-A7B8-0828A9655053@snafu.de> <20050806122309.O731@korben.prv.univie.ac.at> In-Reply-To: <20050806122309.O731@korben.prv.univie.ac.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: Matthias Schuendehuette , freebsd-current@freebsd.org, scottl@freebsd.org Subject: Re: mpt + gvinum on 6.0-BETA1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 06 Aug 2005 17:57:53 -0000 Lukas Ertl wrote: > On Sat, 6 Aug 2005, Matthias Schuendehuette wrote: > >> Further, gvinum is not working with this disk subsystem. If I try to >> create a gvinum-drive, the drive seems to be created ('gvinum list' >> reports the drive), but it has the state 'down' and cannot be >> started. After a reboot, there's no gvinum-drive at all any more. If >> I look at the first sectors of the partition which should contain the >> gvinum drive, there's absolutely nothing written to disk, even after >> a 'gvinum saveconfig'. All zeroes, no "In VINO" gvinum magic, no >> drive size, simply nothing - strange! > > > The mpt device is apparently not GEOM-aware. How exactly does one make a device GEOM-aware? Scott