mount bhyve image

John freebsd-lists at potato.growveg.org
Mon Mar 7 19:17:56 UTC 2016


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 


More information about the freebsd-virtualization mailing list