From owner-freebsd-fs@FreeBSD.ORG Fri Dec 5 11:40:49 2008 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3ADB1065677; Fri, 5 Dec 2008 11:40:48 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id C806D8FC0C; Fri, 5 Dec 2008 11:40:48 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 1D0CB1CDBB4; Fri, 5 Dec 2008 06:40:48 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Fri, 05 Dec 2008 06:40:48 -0500 X-Sasl-enc: qlQqapjSLEkhsayyjDNOojkbOD9Qnp5XB4JCwfnh5gJ9 1228477247 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 8048830C5F; Fri, 5 Dec 2008 06:40:47 -0500 (EST) Message-ID: <4939133E.2000701@FreeBSD.org> Date: Fri, 05 Dec 2008 11:40:46 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <8cb6106e0811241129o642dcf28re4ae177c8ccbaa25@mail.gmail.com> <20081125150342.GL2042@deviant.kiev.zoral.com.ua> <8cb6106e0812031453j6dc2f2f4i374145823c084eaa@mail.gmail.com> <200812041747.09040.gnemmi@gmail.com> <4938FE44.9090608@FreeBSD.org> In-Reply-To: <4938FE44.9090608@FreeBSD.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: josh.carroll@gmail.com, freebsd-fs@freebsd.org Subject: Re: ext2fuse: user-space ext2 implementation 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: Fri, 05 Dec 2008 11:40:49 -0000 Bruce M. Simpson wrote: > ... > Performance seems quite slow, it could probably benefit from being > ported to use UBLIO as ntfs-3g for FreeBSD has. > > I'm going to leave this thing for others to play with, this was a 20 > minute bunk-off from other work. It shouldn't take much effort to > create a port around it. P.S. Ale's patch to use libublio for fusefs-ntfs is here, if anyone picks up on ext2fuse before I do: http://people.freebsd.org/~alepulver/fusefs-ntfs.diff This contains the necessary diffs for UBLIO. cheers BMS