From owner-freebsd-questions@FreeBSD.ORG Tue Aug 24 10:10:03 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82B9810656A8 for ; Tue, 24 Aug 2010 10:10:03 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id 087EA8FC1B for ; Tue, 24 Aug 2010 10:10:02 +0000 (UTC) Received: from pulstar.local (athedsl-4362424.home.otenet.gr [79.130.0.168]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id o7OAA06Z002547; Tue, 24 Aug 2010 13:10:00 +0300 Message-ID: <4C739A78.4070303@otenet.gr> Date: Tue, 24 Aug 2010 13:10:00 +0300 From: Manolis Kiagias User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 MIME-Version: 1.0 To: Matthias Apitz , freebsd-questions@freebsd.org References: <20100823070819.GB2539@current.Sisis.de> <4C7241C2.2000305@otenet.gr> <20100823112621.GA4367@current.Sisis.de> <4C725BFC.90006@otenet.gr> <20100824084225.GA2160@current.Sisis.de> In-Reply-To: <20100824084225.GA2160@current.Sisis.de> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: Re: running FreeBSD on Windows host X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2010 10:10:03 -0000 On 24/08/2010 11:42 π.μ., Matthias Apitz wrote: > El día Monday, August 23, 2010 a las 02:31:08PM +0300, Manolis Kiagias escribió: > > >>> Once having setup VMware (workstation), I plan to boot from FreeBSD live >>> CD, create the slices big enough and fill in the dumps of my current >>> system. Any objectives with this? Thx >>> >>> matthias >>> >>> >> This should work nicely. In fact, in one of my recent projects I did the >> exact opposite with great success: >> >> I installed and configured a full system on Vmware Workstation, dumped >> the partitions and restored on real hardware. >> Saved me countless hours and had the school lab running in less than a day. >> > I have produced three dumps: from the /, /var and /usr file system. The > man page of restore(8) reads about creating pristine file system, made > by newfs(8). Later, in the VM environment, I'd like to have only one big > file system... Is it possible to restore the tree dumps into one big > file system or do I have to rebuild the same slicing as I now have? > You won't have to rebuild the slicing. Just create the relevant directories in your big file system, cd into them and use restore. > In the original posting I was asking for some kind of benchmark tool in > the ports, to compare current and VM disk i/o... any hits? Thanks > > matthias > Sorry I have no hard evidence on that. FWIW, virtual desktop systems running on core2duo class machines feel very fast and responsive. Definitely faster than my Atom 330 (dual core) running FreeBSD natively. There are lots of benchmarks in ports/benchmarks, some of them may be useful. I've used bonnie / bonnie++ in the past, but I am never certain I can interpret the results in a meaningful way. The base system gstat could also prove useful.