From owner-freebsd-virtualization@FreeBSD.ORG Thu Apr 3 19:14:10 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BA27E5 for ; Thu, 3 Apr 2014 19:14:10 +0000 (UTC) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E5CB72A6 for ; Thu, 3 Apr 2014 19:14:09 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id w62so2367974wes.28 for ; Thu, 03 Apr 2014 12:14:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=886m1QL/IT5jPPHBseP2FPp5Zk74YDGtJzd9uPsflsU=; b=MCVbI+ioI6nnmNNShr5El4tclxWeweJykUcyk7aWMuExTn+QAjSjDaklTtXTjPj4gA pOCYxbjcb07qstehyKPuDorc32MJuXePZXboBVhUQ+nPFjIv7obdKJ8fGvSgWQLCffxM x1P8wA3Sh5e+cet6CEgJuolzFvO4A0BZdEoq8vfQvAXT0/K8vGSWREtP7utXAXuRGvpk 1NpucvOSdV5EdEPje3ThvBZZqj0E7gYGgKaXPcndxbgbbSqlLPObRgg1BupL++3tFUzY 1sAFYoNIRyH24NxHJlwnPXw6CUZUYPOLitD08CoCplEudv/fJ08NC7NaLbTgiXRRSQa3 /oVQ== X-Received: by 10.194.89.40 with SMTP id bl8mr8822867wjb.90.1396552448254; Thu, 03 Apr 2014 12:14:08 -0700 (PDT) Received: from strashydlo.home (abwv188.neoplus.adsl.tpnet.pl. [83.8.245.188]) by mx.google.com with ESMTPSA id g3sm14018487eet.35.2014.04.03.12.14.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 03 Apr 2014 12:14:07 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Subject: Re: KVM filesystem sharing Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=iso-8859-2 From: =?iso-8859-2?Q?Edward_Tomasz_Napiera=B3a?= In-Reply-To: Date: Thu, 3 Apr 2014 21:14:06 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <7D9BADB3-3A53-4C8C-B86B-12F3C18F9235@FreeBSD.org> References: To: Andre Goree X-Mailer: Apple Mail (2.1283) Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 03 Apr 2014 19:14:10 -0000 Wiadomo=B6=E6 napisana przez Andre Goree w dniu 3 kwi 2014, o godz. = 20:50: > Hello list. I wanted to ask if anyone has been able to make = filesystem mounting work under a FreeBSD guest? For example, I've added = the following to the guest's xml config using 'virsh edit': >=20 > > > > >=20 >=20 > However, I don't know how to mount the above from within the FreeBSD = guest. That which is instructed to do so on Linux guests does not work = on the FreeBSD guest: >=20 > root@freebsd9-test:~ # mount -t 9p -o trans=3Dvirtio,version=3D9p2000.L = tag /mnt/shared/ > mount: tag: Operation not supported by device The 9P protocol is not supported under FreeBSD. Perhaps you could try to use NFS instead? Generally speaking, why do Linux folks use 9P?