From owner-freebsd-geom@FreeBSD.ORG Wed Jan 23 17:31:38 2013 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A7DA15E1; Wed, 23 Jan 2013 17:31:38 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id C2169284; Wed, 23 Jan 2013 17:31:37 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id fg15so5552138wgb.9 for ; Wed, 23 Jan 2013 09:31:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=+N8FgkrrspnmdFOgPVp8gB2AnWWtVZl9ihXExoWZics=; b=uvymC6nWCTFPL7hg2ctFA7EyxzMSwhgeM7mPi2vehk7DEgMWxE2kJ0PU7RtfecPj5R 0D0hAS2tQTk8N9Ixwi8HNWzBxqp+hmwRAZorP7pT7ns0ItXDndYdsEWECTZRzxvO4eb1 b7UgSzjRDVaOr31ECqdOIDD06lvS/v8s6Lvw25nxcFUrwRX6o+xfcGGEiY6tJsnrdQwO 9tNUSY0ttrY9KiukWQd7UwlPOtoeBsS2EDFbkFdTiwCTyellkkB6AT2deaCvK3RtSe1d DBf5Lrr4bOIH7QTETSL/PxMSK3nb8j7bck9DzJKBi5nSoKBjtcYFoS1xlfryTbqI8t7W Hu7w== MIME-Version: 1.0 X-Received: by 10.180.33.44 with SMTP id o12mr28981607wii.28.1358962290939; Wed, 23 Jan 2013 09:31:30 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.67.6 with HTTP; Wed, 23 Jan 2013 09:31:30 -0800 (PST) In-Reply-To: <50FD4BDC.4010300@FreeBSD.org> References: <1839155364.20130119150146@serebryakov.spb.ru> <50FBAB86.20602@delphij.net> <1455320447.20130121104850@serebryakov.spb.ru> <50FD4BDC.4010300@FreeBSD.org> Date: Wed, 23 Jan 2013 09:31:30 -0800 X-Google-Sender-Auth: I3FZWRzrQzFh5ORyQH_bmFEpmaQ Message-ID: Subject: Re: Is it possible to run gpart and newfs on file without root access (without mdconfig)? From: Adrian Chadd To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Cc: Xin Li , lev@freebsd.org, d@delphij.net, freebsd-geom@freebsd.org X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 17:31:38 -0000 On 21 January 2013 06:08, Andriy Gapon wrote: > I would be more happy to have gpart-in-userland :-) Well, we need geom-in-userland. That would let us do arbitrary manipulation of partition tables in files and disk images as needed. It'd also allow for some very cool regression testing. Adrian