From owner-freebsd-geom@FreeBSD.ORG Tue Feb 6 10:32:39 2007 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5236916A40A for ; Tue, 6 Feb 2007 10:32:39 +0000 (UTC) (envelope-from gcubfg-freebsd-geom@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id D7CF313C471 for ; Tue, 6 Feb 2007 10:32:33 +0000 (UTC) (envelope-from gcubfg-freebsd-geom@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HENcZ-0003n8-4L for freebsd-geom@freebsd.org; Tue, 06 Feb 2007 11:32:19 +0100 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Feb 2007 11:32:19 +0100 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Feb 2007 11:32:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-geom@freebsd.org From: Ivan Voras Date: Tue, 06 Feb 2007 11:32:11 +0100 Lines: 11 Message-ID: References: <89489.1170747375@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 1.5.0.9 (X11/20070110) In-Reply-To: <89489.1170747375@critter.freebsd.dk> Sender: news Subject: Re: New g_part class X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 10:32:39 -0000 Poul-Henning Kamp wrote: > Considering the fact that editing can be done equally well in > userland, what is the rationale or benefit of putting the code into > the kernel, to deal with very infrequent operations to change the > disk-layout ? Hmm, editing partition in userland... isn't there some well known problem with editing partitions in userland requiring setting kern.geom.debugflags to 16 before continuing? I might be wrong, but I think this was one of the problems with geom_gpt?