From owner-freebsd-questions@FreeBSD.ORG Sat Oct 11 11:23:27 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 087C316A4B3 for ; Sat, 11 Oct 2003 11:23:27 -0700 (PDT) Received: from front1.mail.megapathdsl.net (front1.mail.megapathdsl.net [66.80.60.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82B1443F85 for ; Sat, 11 Oct 2003 11:23:26 -0700 (PDT) (envelope-from aarong@megapathdsl.net) Received: from [64.32.182.44] (HELO megapathdsl.net) by front1.mail.megapathdsl.net (CommuniGate Pro SMTP 4.1.3) with ESMTP id 121939708 for freebsd-questions@freebsd.org; Sat, 11 Oct 2003 11:23:26 -0700 Date: Sat, 11 Oct 2003 11:23:03 -0700 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: aarong To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.552) Subject: clearing Vinum configurations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 18:23:27 -0000 X-List-Received-Date: Sat, 11 Oct 2003 18:23:27 -0000 I've been toying with Vinum extensively these past few weeks, on 4.8, and I've yet to come across a way to effectively and *completely* clear a Vinum configuration. After creating a configuration, Vinum stores the configuration on the drive or drives and resetconfig does not clear that written config. Case in point, after reinstalling FreeBSD on a primary drive, Vinum started up and read the previous installs configuration from the second drive which had not been formatted. On another install, I tried zeroing out the 265 Vinum sectors found 16 sectors in on the primary drive, but was greeting with a "missing operating system" on reboot. Two questions: 1) why doesn't resetnconfig clear all the configurations, including the ones written to Vinum drives? 2) why doesn't dd if=/dev/zero of=/dev/da0 seek=16 count=265 work? What's in those 265 sectors that I can't touch? Regards, -aarong