From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 28 12:15:31 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37AE416A415; Tue, 28 Nov 2006 12:15:31 +0000 (UTC) (envelope-from gamato@users.sf.net) Received: from mail.pipni.cz (mail.pipni.cz [193.86.238.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id B029643CB9; Tue, 28 Nov 2006 12:15:22 +0000 (GMT) (envelope-from gamato@users.sf.net) Received: from mail.pipni.cz ([193.86.238.3]:60665 helo=gamato.org) id 1Gp1ru-0002tD-6j; Tue, 28 Nov 2006 13:15:22 +0100 From: "mato" To: Bill Moran Date: Tue, 28 Nov 2006 13:15:21 +0100 Message-Id: <20061128121353.M96221@users.sf.net> In-Reply-To: <20061128064043.a8245e8e.wmoran@collaborativefusion.com> References: <45373B31.6020200@pobox.sk> <6a1189840610190209q39220af1m1bb3bca1f7378008@mail.gmail.com> <20061128081856.M33318@pobox.sk> <20061128064043.a8245e8e.wmoran@collaborativefusion.com> X-Mailer: Open WebMail 2.51 20050627 X-OriginatingIP: 160.218.43.253 (m@gamato.org) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 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: Tue, 28 Nov 2006 12:15:31 -0000 On Tue, 28 Nov 2006 06:40:43 -0500, Bill Moran wrote > "mato" wrote: > > > > On Thu, 19 Oct 2006 11:09:50 +0200, albi albinootje wrote > > > 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 > > According to the docs, it does support "raw" partition images, which > you should be able to create using dd. I haven't tried this, though. Do you think I could supply raw disk device directly to Qemu ??