Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2003 21:02:13 -0700 (MST)
From:      Warren Block <wblock@wonkity.com>
To:        William Flecher <wfletcher@ananzi.co.za>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   vnconfig (was Re: More... Sorry ;) 
Message-ID:  <20030305205852.S4052@wonkity.com>
In-Reply-To: <web-59689567@mail01.infosat.net>
References:  <web-59689567@mail01.infosat.net>

next in thread | previous in thread | raw e-mail | index | archive | help
[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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030305205852.S4052>