From owner-freebsd-fs@FreeBSD.ORG Sun Mar 11 08:05:14 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 279D6106564A for ; Sun, 11 Mar 2012 08:05:14 +0000 (UTC) (envelope-from kevlo@kevlo.org) Received: from ns.kevlo.org (kevlo.org [220.128.136.52]) by mx1.freebsd.org (Postfix) with ESMTP id 349888FC12 for ; Sun, 11 Mar 2012 08:05:08 +0000 (UTC) Received: from [127.0.0.1] (git.kevlo.org [220.128.136.52]) by ns.kevlo.org (8.14.5/8.14.5) with ESMTP id q2B7u467013307; Sun, 11 Mar 2012 15:56:05 +0800 (CST) (envelope-from kevlo@kevlo.org) Message-ID: <1331452568.2105.7.camel@nsl> From: Kevin Lo To: George Neville-Neil Date: Sun, 11 Mar 2012 15:56:08 +0800 In-Reply-To: <0826905E-32FE-4F44-923F-220D7A11E65C@neville-neil.com> References: <0826905E-32FE-4F44-923F-220D7A11E65C@neville-neil.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.2- Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Cc: freebsd-fs@freebsd.org Subject: Re: RFC: FUSE kernel module for the kernel... X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Mar 2012 08:05:14 -0000 George Neville-Neil wrote: > On Mar 9, 2012, at 13:44 , Mark Felder wrote: > > > The true test for me is "can you run mp3fs without causing kernel panics now?" as I'm told that's why it's not in ports anymore. > > At the moment I'm only using the FUSE example, but I have run glusterfs on it, and also sshfs. There's a known problem about exporting fuse file system export over nfs. I'm wondering if your patch will fix that. > Best, > George Kevin