From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 12 14:30:09 2003 Return-Path: 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 2232C16A4CE for ; Wed, 12 Nov 2003 14:30:09 -0800 (PST) Received: from psg.com (psg.com [147.28.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7950D43FF5 for ; Wed, 12 Nov 2003 14:30:04 -0800 (PST) (envelope-from randy@psg.com) Received: from [127.0.0.1] (helo=roam.psg.com) by psg.com with esmtp (Exim 4.24; FreeBSD 4.9) id 1AK3Uy-000LfX-3S; Wed, 12 Nov 2003 22:30:04 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.24; FreeBSD 4.9) id 1AK3Ux-0001M7-8I; Wed, 12 Nov 2003 16:30:03 -0600 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 12 Nov 2003 16:30:02 -0600 To: Naoyuki Tai References: <003501c3a92d$29071ba0$14469b83@master> <36713586-155F-11D8-8C80-000393D763BE@smartfruit.com> Message-Id: cc: mriem@win.tue.nl cc: freebsd-emulation@freebsd.org Subject: Re: VMWare 3 Howto? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 12 Nov 2003 22:30:09 -0000 >> Does anyone have a VMWare 3 HOWTO to share? Especially >> how to configure running a Guest OS from a raw disk? > My understanding is that raw disk does not work at all since there is no > block device in FreeBSD. not true in 4.9 rm /usr/compat/linux/dev/hda mknod /usr/compat/linux/dev/hda b 30 0x00010002 foo:wheel rm /usr/compat/linux/dev/hdb mknod /usr/compat/linux/dev/hdb b 30 0x0001000a foo:wheel