From owner-freebsd-small@FreeBSD.ORG Tue Apr 24 13:24:05 2007 Return-Path: X-Original-To: freebsd-small@freebsd.org Delivered-To: freebsd-small@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D45F516A402 for ; Tue, 24 Apr 2007 13:24:05 +0000 (UTC) (envelope-from mat@mat.cc) Received: from plouf.absolight.net (plouf.absolight.net [193.30.224.136]) by mx1.freebsd.org (Postfix) with ESMTP id 9E66E13C44C for ; Tue, 24 Apr 2007 13:24:05 +0000 (UTC) (envelope-from mat@mat.cc) Received: from atuin.in.mat.cc (ATuin.in.mat.cc [193.30.224.125]) by plouf.absolight.net (Postfix) with ESMTP id C1F756040EA; Tue, 24 Apr 2007 14:52:16 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 5959E43EAED; Tue, 24 Apr 2007 14:52:15 +0200 (CEST) Date: Tue, 24 Apr 2007 11:17:51 +0200 From: Mathieu Arnold To: David N , freebsd-small@freebsd.org Message-ID: In-Reply-To: <4d7dd86f0704232117h25bb4166s423cf08152c2575d@mail.gmail.com> References: <4d7dd86f0704232117h25bb4166s423cf08152c2575d@mail.gmail.com> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Re: NanoBSD Image X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2007 13:24:05 -0000 +-Le 24/04/07 14:17 +1000, David N a dit : | Hi, | | I'm just wondering if its possible to mount the _.disk.full or | _.disk.image? Yes, just use mdconfig, something like mdconfig -a -t vnode -f _.disk.full, you'll have a /dev/mdX with it in. | Also, is it possible to dd the images to a slice or partition on a HDD | as i dont have any Memory Cards to test it on at the moment. | | such as | dd if=_.disk.image of=/dev/ads2 bs=64k You can, but you'll loose a lot of space :) -- Mathieu Arnold