From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KYQEa-0000Oj-Oe for qemu-devel@nongnu.org; Wed, 27 Aug 2008 14:59:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KYQEZ-0000OV-Cj for qemu-devel@nongnu.org; Wed, 27 Aug 2008 14:59:12 -0400 Received: from [199.232.76.173] (port=36121 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYQEZ-0000OS-5r for qemu-devel@nongnu.org; Wed, 27 Aug 2008 14:59:11 -0400 Received: from mail2.shareable.org ([80.68.89.115]:44014) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KYQEY-0000ff-Qg for qemu-devel@nongnu.org; Wed, 27 Aug 2008 14:59:11 -0400 Date: Wed, 27 Aug 2008 19:59:09 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel][PATCH] qemu-fuse Message-ID: <20080827185908.GF27491@shareable.org> References: <48B580B5.8030804@codemonkey.ws> <20080827170228.GG3644@pintsize> <48B5963B.9000906@codemonkey.ws> <20080827181031.GI27669@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080827181031.GI27669@redhat.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , qemu-devel@nongnu.org > > >I'm sorry, why you don't like to pass '-o allow_root' to fuse_main() from > > >your application ? > > > > > > > It also requires user_allow_root to be specified in /etc/fuse.conf. You need root access to use qemu-nbd (to mount it), and if you mount as root you don't need to modify /etc/fuse.conf, so they're equivalent in this regard. > Well qemu-nbd also allows sharing to remote machines, whereas fuse > only exposes it locally. qemu-nbd also allows access to things which > aren't filesystems. eg, you could have LVM / software RAID devices > inside your qcow file - qemu-fuse won't help you get access to those. Yes, qemu-nbd lets you use all the kernel filesystems, different partition formats, RAID, encryption etc. -- Jamie