From owner-freebsd-hackers@freebsd.org Sun May 29 23:49:17 2016 Return-Path: Delivered-To: freebsd-hackers@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 F176DB5458D for ; Sun, 29 May 2016 23:49:17 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C110A1103; Sun, 29 May 2016 23:49:17 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u4TNnGjK006775 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 29 May 2016 17:49:16 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u4TNnG4Z006772; Sun, 29 May 2016 17:49:16 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 29 May 2016 17:49:16 -0600 (MDT) From: Warren Block To: Glen Barber cc: Allan Jude , freebsd-hackers@freebsd.org Subject: Re: contributing to open source In-Reply-To: <20160529232423.GK80759@FreeBSD.org> Message-ID: References: <53164a51-5389-7ca5-b40f-d58902fffe87@freebsd.org> <20160529191614.GC80759@FreeBSD.org> <20160529232423.GK80759@FreeBSD.org> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 29 May 2016 17:49:16 -0600 (MDT) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2016 23:49:18 -0000 On Sun, 29 May 2016, Glen Barber wrote: >>> VirtualBox should recognize the VHD format just fine. >>> >>> The only formats I am aware do not work with VirtualBox are the '.raw' >>> and '.qcow2' (and I think the '.qcow2' do work somewhat recently). Just >>> a "FWIW" statement. >>> >>> I actually haven't checked if the raw format works in a while, so it is >>> possible it may work now. >> >> Raw images can be converted to other formats with VBoxManage. The >> parameters are not the most obvious: >> https://www.virtualbox.org/manual/ch08.html#idp46691721399456 >> > > Ah, right. Thanks for that, I had forgotten about it since Marcel's > mkimg(1) tool supported various output formats. For completeness: It is possible to use VBoxManage to attach a physical drive directly to a VM. I forget the details on doing it, but it can be done. It is also possible to set up a raw image file as a virtual drive with iSCSI. I've been meaning to write that up, but... have not. It involves VBoxManage storageattach and --medium iscsi.