From owner-freebsd-questions@FreeBSD.ORG Tue Jul 17 11:59:04 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 47021106566C for ; Tue, 17 Jul 2012 11:59:04 +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 D2F148FC15 for ; Tue, 17 Jul 2012 11:59:03 +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 1Sr6QZ-0006tt-25 for freebsd-questions@FreeBSD.org; Tue, 17 Jul 2012 13:58:55 +0200 Message-ID: <5005537E.20003@gmail.com> Date: Tue, 17 Jul 2012 13:58:54 +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 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: 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 11:59:04 -0000 Hiya Im running FreeNas on a KVM guest. I need to add (attach) a virtual drive. I run: qemu-img create -f qcow2 morespace.img 10G virsh: attach-disk freenas /space/morespace.img vdb I restart the FreeNas guest, but the spare drive is not shown on 'gpart list or show' To make extra sure, I did the same steps for a Debian guest. The attached drive is available. So I can only assume this is a FreeBSD issue. Anyone know how to attach a drive to a FreeBsD KVM guest? Kind Regards Brent Clark