Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2016 19:17:47 +0000
From:      John <freebsd-lists@potato.growveg.org>
To:        freebsd-virtualization@freebsd.org
Subject:   Re: mount bhyve image
Message-ID:  <20160307191747.GA9231@potato.growveg.org>
In-Reply-To: <56DC73CA.7080207@freebsd.org>
References:  <20160306145730.GA88508@potato.growveg.org> <56DC73CA.7080207@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 06, 2016 at 01:15:38PM -0500, Allan Jude wrote:

>Yes, you mount it the same way as a cdrom image:
>
>mdconfig -a -t vnode -f /path/to/image
>
>then: mount -t <filesystem type> /dev/md0p1 /mnt
>
>note that depending on your partitioning scheme, the exact device name
>will different. md0p1 is the first GPT partition, it might be MBR
>instead, which would be md0s1, etc.

Thanks for the confirmation, thats useful info.

-- 
John 



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