From owner-freebsd-questions Mon May 21 14:51:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id B508D37B422; Mon, 21 May 2001 14:51:30 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 21 May 2001 22:51:30 +0100 (BST) To: K S Sreeram Cc: questions@freebsd.org, emulation@freebsd.org Subject: Re: VMWare plain disk In-Reply-To: Your message of "Mon, 21 May 2001 17:23:16 +0530." <01052117231608.00615@ks.tachyon.tech> Date: Mon, 21 May 2001 22:51:29 +0100 From: Ian Dowse Message-ID: <200105212251.aa64563@salmon.maths.tcd.ie> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <01052117231608.00615@ks.tachyon.tech>, K S Sreeram writes: >It doesnt work.. > >i created the plain disk using the configuration editor in vmware. I created >a 3GB plain disk, and vmware created 2 files (win981.dat and win982.dat), >each being 1.5GB. I guest its not working because the partitions in the disk >are not at the beginning of the file. Hmm, I guess this may be because VMware is limited by the Linux file size limits - you just created one 3GB partition on the vmware disk, right? I certainly got this to work fine with a 2Gb plain VMware disk, but VMWare produced only one file then. BTW, I think '-s labels' bit may have been wrong in the previous commands. The commands should probably have been (cd /dev; sh MAKEDEV vn0) vnconfig -e /dev/vn0 /path/to/plain/disk mkdir /vmdisk mount -t msdos /dev/vn0s1 /vmdisk ... umount /vmdisk vnconfig -u /dev/vn0 Ian (PS when something doesn't work, please try to post exactly what you typed and exact error messages; this will usually result in responses that are more relevant and correct). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message