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 _______________________________________________
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"

Reply via email to