From owner-freebsd-current@FreeBSD.ORG Thu Aug 5 21:22:32 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 D2B1316A4CE; Thu, 5 Aug 2004 21:22:32 +0000 (GMT) Received: from ms-smtp-01-eri0.ohiordc.rr.com (ms-smtp-01-smtplb.ohiordc.rr.com [65.24.5.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B7E943D39; Thu, 5 Aug 2004 21:22:32 +0000 (GMT) (envelope-from meb@cinci.rr.com) Received: from cinci.rr.com (cvg-65-27-179-132.cinci.rr.com [65.27.179.132]) i75LMTJW012597; Thu, 5 Aug 2004 17:22:29 -0400 (EDT) Message-ID: <4112A516.1000907@cinci.rr.com> Date: Thu, 05 Aug 2004 17:22:30 -0400 From: Mike B User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lukas Ertl References: <20040805132516.GB98622@gvmail.vine.co.za> <20040805223500.C821@korben.in.tern> In-Reply-To: <20040805223500.C821@korben.in.tern> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: current@freebsd.org Subject: Re: gvinum resetconfig 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: Thu, 05 Aug 2004 21:22:32 -0000 Lukas Ertl wrote: > On Thu, 5 Aug 2004, Shaun Courtney wrote: > >> I'm looking for some help with geom_vinum (gvinum) and the resetconf >> command. I've moved some disk around but they still keep the old gvinum >> configuration. i've tried resetconfig aka vinum but it just returns to >> the prompt ;( > > > 'resetconfig' needs to be implemented first (no, I'm not lazy, I just > spent two days in a row to build my new kitchen, and I'm still not > finished yet :-/). > > You can wipe the config by doing 'dd if=/dev/zero of=/dev/ad0s1e bs=32k > count=10' (but only, when geom_vinum isn't loaded). > Is it is possible to remove individual device definitions (EX: drive a device /dev/adx)? I was playing around with a bunch of vnode disks which I've since gotten rid of, but the drive defs are still saved in the config of my real disks. Thanks, Mike