Problem reports for freebsd-virtualization@FreeBSD.org that need special attention

2016-03-06 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
In Progress |202321 | [bhyve,patch] More verbose error reporting in bhy 
New |202322 | [bhyve,patch] add option to have bhyve write its  

2 problems total for which you should take action.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


Re: mount bhyve image

2016-03-06 Thread Allan Jude
On 2016-03-06 09:57, John wrote:
> Hello list,
> 
> Can a bhyve image be mounted to the filesystem? Not an active image, I
> mean, say one has a problem loading a bhyve instance. Is it possible
> to mount the image as one would for example mount a cdrom image as per
> md(8) ? If it is possible, what are the parameters please?
> 
> thanks,

Yes, you mount it the same way as a cdrom image:

mdconfig -a -t vnode -f /path/to/image

then: mount -t  /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.

-- 
Allan Jude



signature.asc
Description: OpenPGP digital signature


mount bhyve image

2016-03-06 Thread John

Hello list,

Can a bhyve image be mounted to the filesystem? Not an active image, I
mean, say one has a problem loading a bhyve instance. Is it possible
to mount the image as one would for example mount a cdrom image as per
md(8) ? If it is possible, what are the parameters please?

thanks,
--
John 
___

freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"