From owner-freebsd-questions@FreeBSD.ORG Wed Jun 25 19:56:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A1121065678 for ; Wed, 25 Jun 2008 19:56:56 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from raq3.nitrex.net (raq3.nitrex.net [213.165.226.4]) by mx1.freebsd.org (Postfix) with ESMTP id 950B88FC15 for ; Wed, 25 Jun 2008 19:56:55 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from [192.168.10.144] (gate.zenatode.org.uk [213.165.225.167]) by raq3.nitrex.net (8.13.1/8.13.1) with ESMTP id m5PJuqaH017289 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 25 Jun 2008 20:56:53 +0100 Message-ID: <4862A303.10409@onetel.com> Date: Wed, 25 Jun 2008 20:56:51 +0100 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.14 (X11/20080611) MIME-Version: 1.0 To: Hashimoto References: <6bae2c430806242304m6fdd4582r7862c41a359becb@mail.gmail.com> In-Reply-To: <6bae2c430806242304m6fdd4582r7862c41a359becb@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Difference between FreeBSD-FUSE and Linux-FUSE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2008 19:56:56 -0000 Hashimoto wrote: > What is difference between FreeBSD-FUSE and Linux-FUSE ? > I want to use FUSE, but I can't understand difference between > http://fuse4bsd.creo.hu/ (FUSE for FreeBSD) > and > http://fuse.sourceforge.net/ (FUSE for Linux). > > Are there some performance differences? > Or are there some implementation differences? > Which one I should use? > Please tell me anything. > > Regards. There are some notes in /usr/local/share/doc/fusefs/kmod/doc.text also in /usr/ports/sysutils/fusefs-ntfs/files/README.FreeBSD that might help. I haven't read the website docs so it might be something you have already read. Chris