From owner-freebsd-questions Wed Mar 5 20: 2:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBEC937B401 for ; Wed, 5 Mar 2003 20:02:26 -0800 (PST) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E846143FCB for ; Wed, 5 Mar 2003 20:02:25 -0800 (PST) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.8/8.12.8) with ESMTP id h2642EIg004167; Wed, 5 Mar 2003 21:02:14 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.8/8.12.8/Submit) with ESMTP id h2642DXs004164; Wed, 5 Mar 2003 21:02:14 -0700 (MST) Date: Wed, 5 Mar 2003 21:02:13 -0700 (MST) From: Warren Block To: William Flecher Cc: freebsd-questions@FreeBSD.ORG Subject: vnconfig (was Re: More... Sorry ;) In-Reply-To: Message-ID: <20030305205852.S4052@wonkity.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 [subject added] On Wed, 5 Mar 2003, William Flecher wrote: > Been trying to mount a vmware image with vnconfig... > It refuses to mount it. > > [root@tulip:~ #] vnconfig /dev/vn0c > /usr/home/ultraviolet/christianos.image > [root@tulip:~ #] mount_msdos /dev/vn0c /mnt/vn/0 > mount_msdos: /dev/vn0c: Invalid argument > > What did I miss? You need -c to configure the device, and -v wouldn't hurt: # vnconfig -c -v /dev/vn0c /usr/home/ultraviolet/christianos.image Then it should be possible to mount /dev/vn0c. -Warren Block * Rapid City, South Dakota USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message