From owner-freebsd-questions@FreeBSD.ORG Wed Jun 25 06:04:29 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 67D6C106564A for ; Wed, 25 Jun 2008 06:04:29 +0000 (UTC) (envelope-from hsmtkk@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.185]) by mx1.freebsd.org (Postfix) with ESMTP id 087688FC29 for ; Wed, 25 Jun 2008 06:04:28 +0000 (UTC) (envelope-from hsmtkk@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so1529604tid.3 for ; Tue, 24 Jun 2008 23:04:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=aE/Sx27ydYbS6dbEkjZNs4Rv7EoqnbK4rKCqpqhKXT0=; b=cZUf8K7RJqfje7Pi2L/FPgKHDr4f8DeXuk8T8tdLtSBde/t9AyKgqTAkENUWaNGd+w V0DcIgOpJTtQCWdV2IgSFf4d5IGLZ7Y/S1EPurCCNvk1sKvFMdXd3HX2KaW3O/AjDkVl PiGEVNZiAKKYfBmlYQYYDYxJGfBai5H0gnKQE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=gYmz0tlwJ5bEIjWMKAU8F0dEhL8bKTsfYIt4Eq7SmIo5V15DkISLZ3h/FGzYX09jL6 um0Iu89wxP5hjaozmRK6Ff1Swix+jeR473cT5pBO7ich0646HJ2Jii4Jx5/ccRhvwdT7 XEKO7YkIFxm+xTpc6lO+mhPnd9kwYCNAnBvtw= Received: by 10.110.105.10 with SMTP id d10mr7915561tic.52.1214373867081; Tue, 24 Jun 2008 23:04:27 -0700 (PDT) Received: by 10.110.86.15 with HTTP; Tue, 24 Jun 2008 23:04:27 -0700 (PDT) Message-ID: <6bae2c430806242304m6fdd4582r7862c41a359becb@mail.gmail.com> Date: Wed, 25 Jun 2008 15:04:27 +0900 From: Hashimoto To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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 06:04:29 -0000 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. -- hsmtkk@gmail.com