From owner-freebsd-questions Mon May 21 4:37:53 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 8530737B422; Mon, 21 May 2001 04:37:48 -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 12:37:47 +0100 (BST) To: K S Sreeram Cc: questions@freebsd.org, emulation@freebsd.org, iedowse@maths.tcd.ie Subject: Re: VMWare plain disk In-Reply-To: Your message of "Sun, 20 May 2001 17:35:33 +0530." <01052017353303.00615@ks.tachyon.tech> Date: Mon, 21 May 2001 12:37:46 +0100 From: Ian Dowse Message-ID: <200105211237.aa90748@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 <01052017353303.00615@ks.tachyon.tech>, K S Sreeram writes: >Hi > >Can somebody tell me how to locally mount a vmware plain disk, without using >vmware? You could try using vnconfig: e.g. (cd /dev; sh MAKEDEV vn0) vnconfig -e -s labels /dev/vn0 /path/to/plain/disk mkdir /vmdisk mount -t msdos /dev/vn0s1 /vmdisk and then when you're finished, use umount /vmdisk vnconfig -u /dev/vn0 Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message