From owner-freebsd-questions@FreeBSD.ORG Tue Jul 17 13:28:55 2012 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA0841065673 for ; Tue, 17 Jul 2012 13:28:55 +0000 (UTC) (envelope-from brentgclarklist@gmail.com) Received: from mail1.dur1.host-h.net (mail1.dur1.host-h.net [196.7.18.227]) by mx1.freebsd.org (Postfix) with ESMTP id 7ED6E8FC15 for ; Tue, 17 Jul 2012 13:28:55 +0000 (UTC) Received: from [196.7.147.49] (helo=[192.168.1.86]) by mail1.dur1.host-h.net with esmtpa (Exim 4.72) (envelope-from ) id 1Sr7pb-0006JX-Ka for freebsd-questions@FreeBSD.org; Tue, 17 Jul 2012 15:28:51 +0200 Message-ID: <50056892.3020502@gmail.com> Date: Tue, 17 Jul 2012 15:28:50 +0200 From: Brent Clark User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.5) Gecko/20120624 Icedove/10.0.5 MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org References: <5005537E.20003@gmail.com> In-Reply-To: <5005537E.20003@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Clear (ClamAV 0.97.3/15144/Tue Jul 17 10:52:44 2012) Cc: Subject: Re: KVM attach drive to FreeBSD guest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2012 13:28:56 -0000 On 17/07/2012 13:58, Brent Clark wrote: > virsh: > attach-disk freenas /space/morespace.img vdb Hiya After much googling, I found the following on libvirt mailinglist (http://www.redhat.com/archives/libvir-list/2009-November/msg00796.html) So the command is virsh: attach-disk freenas /space/morespace.img sdb (as opposed to vdb) HTH Regards Brent Clark