From owner-freebsd-current@FreeBSD.ORG Tue Sep 9 08:14:20 2003 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 5D21316A4BF; Tue, 9 Sep 2003 08:14:20 -0700 (PDT) Received: from critter.freebsd.dk (p26.n-sfpop02.stsn.com [199.107.153.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EF2E43FE5; Tue, 9 Sep 2003 08:14:19 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h89FEFIN005745; Tue, 9 Sep 2003 17:14:16 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: "Kevin Oberman" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 08 Sep 2003 13:30:49 PDT." <20030908203049.5FF375D04@ptavv.es.net> Date: Tue, 09 Sep 2003 17:14:15 +0200 Message-ID: <5744.1063120455@critter.freebsd.dk> cc: Josef Karthauser cc: freebsd-current@FreeBSD.org Subject: Re: re-fdisk'ing a partition - permission denied? 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: Tue, 09 Sep 2003 15:14:20 -0000 In message <20030908203049.5FF375D04@ptavv.es.net>, "Kevin Oberman" writes: >In any case, since GEOM was added you can no longer slice or label an >active device. As a result, the only way I know of to change slices or >labels on V5 is to boot off of CD or floppy Fixit disks or install >disks. (I just had to do this on my laptop this morning.) If this is the case it is a bug in fdisk(8). The only restriction GEOM introduces is that you cannot change an _open_ device. Anything else is a bug. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.