From owner-freebsd-geom@FreeBSD.ORG Sun Jan 20 22:11:00 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 6F7CE7C3; Sun, 20 Jan 2013 22:11:00 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by mx1.freebsd.org (Postfix) with ESMTP id E04037FC; Sun, 20 Jan 2013 22:10:59 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id hn17so6650913wib.6 for ; Sun, 20 Jan 2013 14:10:53 -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=q1LsFErl3f8u3ClnnCLHVYLBJDLZSaXh+TI729FA0tQ=; b=UlJYEAEVs4tLQErQXUmb35s9hsu4uhNylhTEL8l3337vk3k67AYhbPvYPo9UfzljF7 8+vlIJHlGBoPBXbOJvY+LlhfLJ6/3ilx7Ek/wSUpr6SHLN6tOsI56WNyCLGQESocVCTz fmVJ0cOlKbNakOfvFfl+VQEMYLoVFCkjJErZO9H7xCB9ZE2SE6hNGpqFfH0CtTEZBf7w s3T5iaymYqBY1CRJq1XV8Ncz5ompgAtHAf3O67rdfEZqb3Q9dx/nmggxNJ0ZucXreX4W vHFfeVlt9hA2aaOtgPQfy8AFdaAdKyxa0mPntjEmrma4bMbq6+40hW080mWZzY5ycbTt jB0g== MIME-Version: 1.0 X-Received: by 10.180.33.44 with SMTP id o12mr12394012wii.28.1358719853100; Sun, 20 Jan 2013 14:10:53 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.123.73 with HTTP; Sun, 20 Jan 2013 14:10:53 -0800 (PST) In-Reply-To: <50FBAB86.20602@delphij.net> References: <1839155364.20130119150146@serebryakov.spb.ru> <50FBAB86.20602@delphij.net> Date: Sun, 20 Jan 2013 14:10:53 -0800 X-Google-Sender-Auth: 64K9ojX9bv5bqqZ3ORhZB-EWbxQ Message-ID: Subject: Re: Is it possible to run gpart and newfs on file without root access (without mdconfig)? From: Adrian Chadd To: d@delphij.net Content-Type: text/plain; charset=ISO-8859-1 Cc: lev@freebsd.org, 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: Sun, 20 Jan 2013 22:11:00 -0000 On 20 January 2013 00:32, Xin Li wrote: >> Patches to build and install world without root access will hit >> tree in near future, and I wonder is it possible to build complete >> NanoBSD image without root access? Now image is built via creating >> MD disk and it needs root access anyway :( Is here any way to >> create disk image (in file) without root access? > > makefs? .. and the disk label, MSDOS/GPT label, etc? :) Adrian