Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2002 09:22:59 -0800
From:      Randy Bush <randy@psg.com>
To:        Geoff Buckingham <geoffb@chuggalug.clues.com>
Cc:        emulation@freebsd.org
Subject:   Re: raw disk for vmware2?
Message-ID:  <E186a4x-000PgQ-00@roam.psg.com>
References:  <20021029130508.A77310@chuggalug.clues.com>

next in thread | previous in thread | raw e-mail | index | archive | help

> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E186a4x-000PgQ-00>