From owner-freebsd-current@FreeBSD.ORG Mon Apr 4 05:08:09 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 5707716A4CE for ; Mon, 4 Apr 2005 05:08:09 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0BED43D1D for ; Mon, 4 Apr 2005 05:08:08 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j3456xXQ094965; Sun, 3 Apr 2005 23:06:59 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 03 Apr 2005 23:07:16 -0600 (MDT) Message-Id: <20050403.230716.04695657.imp@bsdimp.com> To: ache@nagual.pp.ru From: "M. Warner Losh" In-Reply-To: <20050404044028.GC49953@nagual.pp.ru> References: <20050404041419.GA49627@nagual.pp.ru> <20050403.222154.37240598.imp@bsdimp.com> <20050404044028.GC49953@nagual.pp.ru> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 05:08:09 -0000 In message: <20050404044028.GC49953@nagual.pp.ru> Andrey Chernov writes: : On Sun, Apr 03, 2005 at 10:21:54PM -0600, M. Warner Losh wrote: : > I don't see these problems on my disks. Maybe your partitions : > overloap the MBR? : : They are surely not (two of four partitions are ever unused). : : As Daniel O'Connor wrote: : "If you have part of that device open GEOM won't let you touch the MBR.." : Even in single user. Mounted as / disk always have some part open... Daniel is wrong. If you have a device open that overlaps the MBR, then geom will enforce this restriction. If you don't, then it simply will not, as I've shown in other mail. Warner