From owner-freebsd-current@FreeBSD.ORG Mon Jun 9 18:50:24 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E2E21065674 for ; Mon, 9 Jun 2008 18:50:24 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outD.internet-mail-service.net (outd.internet-mail-service.net [216.240.47.227]) by mx1.freebsd.org (Postfix) with ESMTP id 1AB708FC20 for ; Mon, 9 Jun 2008 18:50:24 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id 181752481; Mon, 9 Jun 2008 11:50:24 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id A1E142D6006; Mon, 9 Jun 2008 11:50:23 -0700 (PDT) Message-ID: <484D7B6F.6000205@elischer.org> Date: Mon, 09 Jun 2008 11:50:23 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Luigi Rizzo References: <20080609141441.GA5025@onelab2.iet.unipi.it> <484D6DBC.4040309@elischer.org> <20080609183206.GA257@onelab2.iet.unipi.it> In-Reply-To: <20080609183206.GA257@onelab2.iet.unipi.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: any simple tool to extract files from an UFS image ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jun 2008 18:50:24 -0000 Luigi Rizzo wrote: > On Mon, Jun 09, 2008 at 10:51:56AM -0700, Julian Elischer wrote: >> Luigi Rizzo wrote: >>> Hi, >>> I am doing some work recently on small FreeBSD images (picobsd and >>> friends), >>> and I need to run on a linux machine some script to customize >>> both the UFS and the ISO image. >> dump and restore? > > ??? > > the UFS image is just a file produced on FreeBSD - i'd rather not > require root privs to mount the image in order to manipulate it. > > cheers > luigi dump reads the UFS filesystem directly does it not? piped into restore, it puts the files onto a mounted filesystem.