From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 19 09:09:54 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 117EC16A47C for ; Thu, 19 Oct 2006 09:09:54 +0000 (UTC) (envelope-from albinootje@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75C2743D55 for ; Thu, 19 Oct 2006 09:09:52 +0000 (GMT) (envelope-from albinootje@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so987801nfc for ; Thu, 19 Oct 2006 02:09:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OaEK3xtCyh4N+PMokvFMPTSzeYvgGhyTmLXX5pEVyfQVz+dxhwgQCG42wpPp5jmKMR2SVd4bdPJwPm/34NaA6k1LxQzqbRVwlOeojoWEbeDJbecWueSRzIyJTrQmoD8EJng+kRNHjn79nOXWoiGnc+QG3gmwK551qv86S0IRIF4= Received: by 10.82.120.14 with SMTP id s14mr2687337buc; Thu, 19 Oct 2006 02:09:50 -0700 (PDT) Received: by 10.82.147.15 with HTTP; Thu, 19 Oct 2006 02:09:50 -0700 (PDT) Message-ID: <6a1189840610190209q39220af1m1bb3bca1f7378008@mail.gmail.com> Date: Thu, 19 Oct 2006 11:09:50 +0200 From: "albi albinootje" To: martinko In-Reply-To: <45373B31.6020200@pobox.sk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45373B31.6020200@pobox.sk> Cc: freebsd-emulation@freebsd.org, freebsd-questions@freebsd.org Subject: Re: running windows applications and making use of existing ms windows installation X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 09:09:54 -0000 On 10/19/06, martinko wrote: > I've been reading for some time about VMWare, Wine, Qemu, Bochs and some > others, but I'm still not sure which one would (best) fit my needs: > > I've got a dual boot and I would like to make use of existing Windows > (XP) installation, not having to create a new virtual disk/system and > install everything from scratch. > > Can I use existing Windows installation with some of the existing > "emulation" software ?? you didn't mention whether you're using NTFS or not on the windows-partition, if you do use NTFS then you already have a problem because you can't write to that partition by default (not sure how far the rw-development is on FreeBSD) vmware server gives you the possibility to use "raw partitions", i've tried that with a linux-partition on an external disc within vmware wine is also a possibility, but wine will by default let you start only 1 app, YMMV last time i tried qemu it didn't support "raw partition" access afair if i were you i would use vmware-server and do a fresh install, easiest and safest