From owner-freebsd-emulation Thu Nov 30 6:53:32 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from solo.ned.dem.csiro.au (solo.ned.dem.CSIRO.AU [130.116.144.65]) by hub.freebsd.org (Postfix) with ESMTP id C855737B400 for ; Thu, 30 Nov 2000 06:53:27 -0800 (PST) Received: from ned.dem.csiro.au (truro.ned.dem.CSIRO.AU [130.116.145.99]) by solo.ned.dem.csiro.au (8.9.1a/8.9.0) with ESMTP id WAA12060; Thu, 30 Nov 2000 22:53:16 +0800 (WST) Message-ID: <3A266A7F.FB8B67BA@ned.dem.csiro.au> Date: Thu, 30 Nov 2000 22:55:59 +0800 From: Peter Hornby Organization: CSIRO Exploration and Mining. X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.2-BETA i386) X-Accept-Language: en MIME-Version: 1.0 To: Andrew Gallatin Cc: freebsd-emulation@freebsd.org Subject: Re: Vmware2 on 4.1-RELEASE References: <20001126180819.D19849@tmp.com.br> <4.2.0.58.20001127161355.009d1900@solo.ned.dem.csiro.au> <14882.33448.840576.154563@grasshopper.cs.duke.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andrew Gallatin wrote: > Peter Hornby writes: > <..> > > 1) Attempts to set all forms of physical/raw disk crash the vmware > > configuration editor. This crash generally occurs when filling in the > > > > Have you tried reading /usr/local/share/doc/vmware/Hints.FreeBSD? > Specifically, you should be using a "plain" disk. See Hints.FreeBSD > for more details. > Thanx Drew. One more wrinkle. The following plain disk config ========================= DRIVETYPE ide CYLINDERS 13410 HEADS 15 SECTORS 63 # Partition type: MBR ACCESS "/home/truro1/peterho/vmware/hda/wd0.mbr" 0 63 # Partition type: Win95 FAT32 ACCESS "/dev/rwd0s1" 63 4096512 # Partition type: Win95 FAT32 ACCESS "/dev/rwd0s5" 4096575 4289292 # Partition type: Win95 FAT32 ACCESS "/dev/rwd0s6" 8385867 4273227 # Partition type: Padding RDONLY "/dev/null" 12659094 13356 ========================== Only links in the first partition into the device chain in the VM (ie. windows only sees the first partition). The workaround is ugly but obvious, define three plain disks. That works, so the partitions are all OK etc.. Am I being stupid? or is this a bug? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message