From owner-freebsd-emulation Tue Oct 29 19: 2:55 2002 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 9FCFE37B40D for ; Tue, 29 Oct 2002 19:02:54 -0800 (PST) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 642DA43E4A for ; Tue, 29 Oct 2002 19:02:54 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com.psg.com ident=randy) by roam.psg.com with esmtp (Exim 4.05) id 186a4x-000PgQ-00; Tue, 29 Oct 2002 09:22:59 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Geoff Buckingham Cc: emulation@freebsd.org Subject: Re: raw disk for vmware2? References: <20021029130508.A77310@chuggalug.clues.com> Message-Id: Date: Tue, 29 Oct 2002 09:22:59 -0800 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Does anyone have raw disk working with vmware2, either by linking > /compat/linux/dev devices to real disk devices (/dev/ad0 etc.) or to a vnX > device and a largefile? #!/bin/sh rm /usr/compat/linux/dev/hda mknod /usr/compat/linux/dev/hda b 30 0x00010002 randy:wheel rm /usr/compat/linux/dev/hdb mknod /usr/compat/linux/dev/hdb b 30 0x0001000a randy:wheel chown randy:wheel /usr/compat/linux/dev/vmnet1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message