From owner-freebsd-current@FreeBSD.ORG Mon Apr 4 02:00:49 2005 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 014EF16A4CE; Mon, 4 Apr 2005 02:00:49 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id B74F443D41; Mon, 4 Apr 2005 02:00:48 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) j3420leH051730; Sun, 3 Apr 2005 19:00:47 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)j3420jKC051729; Sun, 3 Apr 2005 19:00:45 -0700 (PDT) (envelope-from sgk) Date: Sun, 3 Apr 2005 19:00:45 -0700 From: Steve Kargl To: "Daniel O'Connor" Message-ID: <20050404020045.GA51666@troutmask.apl.washington.edu> References: <20050403232027.GA42574@nagual.pp.ru> <20050403233852.GA45951@nagual.pp.ru> <200504041107.42147.doconnor@gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504041107.42147.doconnor@gsoft.com.au> User-Agent: Mutt/1.4.2.1i cc: Andrey Chernov cc: freebsd-current@freebsd.org cc: current@freebsd.org Subject: Re: Can't change partition table anymore 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: Mon, 04 Apr 2005 02:00:49 -0000 On Mon, Apr 04, 2005 at 11:07:36AM +0930, Daniel O'Connor wrote: > > If you have part of that device open GEOM won't let you touch the MBR.. > You can turn the foot-shooting prevention off by doing.. > > sysctl kern.geom.debugflags=16 > > Make sure you set it back to 0 after you're done. > Odd, this sysctl doesn't appear to be document. -- Steve