From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CBCzZ-0001gu-Ly for qemu-devel@nongnu.org; Sat, 25 Sep 2004 09:53:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CBCzY-0001fh-0F for qemu-devel@nongnu.org; Sat, 25 Sep 2004 09:53:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CBCzX-0001er-P3 for qemu-devel@nongnu.org; Sat, 25 Sep 2004 09:53:35 -0400 Received: from [81.209.184.159] (helo=dd2718.kasserver.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CBCsp-0003qQ-2P for qemu-devel@nongnu.org; Sat, 25 Sep 2004 09:46:39 -0400 Received: from [192.168.0.7] (dsl-084-057-046-189.arcor-ip.net [84.57.46.189]) by dd2718.kasserver.com (Postfix) with ESMTP id 20171D2284 for ; Sat, 25 Sep 2004 15:46:37 +0200 (CEST) Message-ID: <415576B2.60603@fabianowski.de> Date: Sat, 25 Sep 2004 15:46:26 +0200 From: Bartosz Fabianowski MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu dd sizes References: <20040925130826.83E68B6E0@xprdmailfe17.nwk.excite.com> <200409251428.14191.paul@codesourcery.com> In-Reply-To: <200409251428.14191.paul@codesourcery.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > On linux you can mount images using the loopback device. You can do the same on FreeBSD, although you use a different command. So one way to go about this would be as follows. Boot up the native FreeBSD. Create an empty image file of appropriate size - say 4GB. Mount this image and copy the installed FreeBSD to the image. While doing this using native tools, remember to skip copying the image file onto itself, as that would result in a recursion you don't want. Finally, move the image you just created to your host system. This might not be the quickest way of doing it, but it seems simple enough. - Bartosz