From owner-freebsd-fs@FreeBSD.ORG Thu Feb 7 14:51:54 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 3814616A418; Thu, 7 Feb 2008 14:51:54 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.freebsd.org (Postfix) with ESMTP id 7F72D13C455; Thu, 7 Feb 2008 14:51:53 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.4) with ESMTP id m17EpnFp016500; Thu, 7 Feb 2008 17:51:49 +0300 (MSK) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.4/Submit) id m17Epnp7016499; Thu, 7 Feb 2008 17:51:49 +0300 (MSK) (envelope-from yar) Date: Thu, 7 Feb 2008 17:51:48 +0300 From: Yar Tikhiy To: Joao Barros Message-ID: <20080207145148.GL7592@comp.chem.msu.su> References: <3bbf2fe10802061700p253e68b8s704deb3e5e4ad086@mail.gmail.com> <47AAFDED.9030301@freebsd.org> <47AB05A1.7010803@freebsd.org> <3bbf2fe10802070613mf2bf3feg5dcb480501fcfbbc@mail.gmail.com> <20080207141820.GR99258@elvis.mu.org> <3bbf2fe10802070621h574f5d3kb4fbd86adbab11c@mail.gmail.com> <70e8236f0802070636p1af7495fi8b7e6b07129843c3@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <70e8236f0802070636p1af7495fi8b7e6b07129843c3@mail.gmail.com> User-Agent: Mutt/1.5.9i Cc: freebsd-fs@freebsd.org, Scot Hetzel , Andre Oppermann , Jeff Roberson , Alfred Perlstein , Attilio Rao , Doug Barton , freebsd-arch@freebsd.org Subject: Re: [RFC] Remove NTFS kernel support 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: Thu, 07 Feb 2008 14:51:54 -0000 On Thu, Feb 07, 2008 at 02:36:23PM +0000, Joao Barros wrote: > > I read (I think on ntfs-3g website) that one of the developers was > working for Apple specifically to fully support NTFS on OSX. If this > is to be true, Apple willing to give this code to FreeBSD, would make > it another interesting solution IMHO. But NTFS-3G is FUSE-based. OTOH, Mac OS X has a native read-only NTFS driver apparently inherited from FreeBSD. Unfortunately there isn't much for the two projects to share in this area: Just reading from NTFS is almost trivial, and the rest is system-specific VFS stuff. -- Yar