From mboxrd@z Thu Jan 1 00:00:00 1970 From: dexen deVries To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Date: Sat, 5 Feb 2011 14:42:08 +0100 User-Agent: KMail/1.13.5 (Linux/2.6.37-29+; KDE/4.5.5; x86_64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201102051442.09013.dexen.devries@gmail.com> Subject: [9fans] 9p to SMB Topicbox-Message-UUID: acc263da-ead6-11e9-9d60-3106f5b1d025 Hello list, is there an 9P client that in turn serves SMB (a.k.a. CIFS)? I'd like to expose vacfs to a mixed windows/posix network. -- dexen deVries ``One can't proceed from the informal to the formal by formal means.'' From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Sat, 5 Feb 2011 09:02:11 -0500 Message-ID: From: Jacob Todd To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=0016e6d7ee87f9ee80049b897139 Subject: Re: [9fans] 9p to SMB Topicbox-Message-UUID: acd4cdea-ead6-11e9-9d60-3106f5b1d025 --0016e6d7ee87f9ee80049b897139 Content-Type: text/plain; charset=UTF-8 There's aquarela(8) and cifs(4). On Feb 5, 2011 8:43 AM, "dexen deVries" wrote: --0016e6d7ee87f9ee80049b897139 Content-Type: text/html; charset=UTF-8

There's aquarela(8) and cifs(4).

On Feb 5, 2011 8:43 AM, "dexen deVries" <dexen.devries@gmail.com> wrote:
--0016e6d7ee87f9ee80049b897139-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2b40e31f6e55c489a75eec385abdc335@quintile.net> From: "Steve Simon" Date: Sat, 5 Feb 2011 19:07:34 +0000 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] 9p to SMB Topicbox-Message-UUID: acdb6efc-ead6-11e9-9d60-3106f5b1d025 aquarela is a cifs server, cifs is a cifs client. there is also a new and (in my opinion less buggy) cifs server - cifsd, this is available in cinap's contrib area on sources. I have been hammering cifsd quite hard recently with no problems at all. -Steve