Re: mount bhyve image

2016-03-08 Thread Edward Tomasz NapieraƂa
On 0306T1315, Allan Jude wrote: > 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

Re: mount bhyve image

2016-03-07 Thread John
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 /dev/md0p1 /mnt note that depending on your partitioning scheme, the exact device name will different. md0p1 is the first GPT

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,