From owner-freebsd-virtualization@freebsd.org Mon Mar 7 19:17:55 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3636AC2322 for ; Mon, 7 Mar 2016 19:17:55 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from potato.growveg.org (potato.growveg.org [62.49.247.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEAEE777 for ; Mon, 7 Mar 2016 19:17:55 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from john by potato.growveg.org with local (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1ad0f5-0002Pl-7N for freebsd-virtualization@freebsd.org; Mon, 07 Mar 2016 19:17:47 +0000 Date: Mon, 7 Mar 2016 19:17:47 +0000 From: John To: freebsd-virtualization@freebsd.org Subject: Re: mount bhyve image Message-ID: <20160307191747.GA9231@potato.growveg.org> Reply-To: freebsd-virtualization@freebsd.org Mail-Followup-To: freebsd-virtualization@freebsd.org References: <20160306145730.GA88508@potato.growveg.org> <56DC73CA.7080207@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <56DC73CA.7080207@freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: john X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 19:17:56 -0000 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 partition, it might be MBR >instead, which would be md0s1, etc. Thanks for the confirmation, thats useful info. -- John