From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9hLn-0003SK-GN for qemu-devel@nongnu.org; Tue, 12 Apr 2011 13:26:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9hLm-0005ac-7c for qemu-devel@nongnu.org; Tue, 12 Apr 2011 13:26:03 -0400 Received: from mx2.parallels.com ([64.131.90.16]:58803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9hLm-0005No-5I for qemu-devel@nongnu.org; Tue, 12 Apr 2011 13:26:02 -0400 Message-ID: <4DA48ADF.1040406@parallels.com> Date: Tue, 12 Apr 2011 12:24:47 -0500 From: Rob Landley MIME-Version: 1.0 References: <4DA30529.1080501@landley.net> <4DA36481.3060205@linux.vnet.ibm.com> <4DA3E8A2.7010401@landley.net> <4DA462EC.8010500@linux.vnet.ibm.com> In-Reply-To: <4DA462EC.8010500@linux.vnet.ibm.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [V9fs-developer] Breaking out virtfs as a standalone server? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Venkateswararao Jujjuri Cc: Eric Van Hensbergen , v9fs-developer@lists.sourceforge.net, qemu-devel@nongnu.org On 04/12/2011 09:34 AM, Venkateswararao Jujjuri wrote: > On 04/11/2011 10:52 PM, Rob Landley wrote: >> On 04/11/2011 03:28 PM, Venkateswararao Jujjuri wrote: >>> On 04/11/2011 06:42 AM, Rob Landley wrote: >>>> Right now, there's no decent userspace server for the 9p filesystem that >>>> I can find. (In part because the 9P2000.L spec is an undocumented work >>>> in progress.) >>> This statement is true for 9P2000.L protocol; >> According to my research on the topic, anyway: >> >> http://landley.livejournal.com/48698.html > > You wrote " And at the moment write support seems to be broken for me. > But I was able to mount a directory from the host system and cat a file, > which is progress." > > Can you please explain where it is broken. IT should be working good. That's an old blog entry, we already dealt with that a while back: http://sourceforge.net/mailarchive/message.php?msg_id=26950979 What I hadn't found was a better server, until the new diod release. (Hence my interest in possibly getting the code in qemu factored out and more flexible.) Rob