From owner-freebsd-arch@FreeBSD.ORG Mon Feb 13 16:56:50 2006 Return-Path: X-Original-To: arch@freebsd.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB66016A420 for ; Mon, 13 Feb 2006 16:56:50 +0000 (GMT) (envelope-from fjoe@neo.samodelkin.net) Received: from neo.samodelkin.net (samodelkin.net [195.62.0.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B77643D53 for ; Mon, 13 Feb 2006 16:56:50 +0000 (GMT) (envelope-from fjoe@neo.samodelkin.net) Received: by neo.samodelkin.net (Postfix, from userid 1000) id E718117019; Mon, 13 Feb 2006 22:56:59 +0600 (NOVT) Date: Mon, 13 Feb 2006 22:56:59 +0600 From: Max Khon To: babkin@users.sf.net Message-ID: <20060213165659.GB49659@samodelkin.net> References: <28062617.1139843915176.JavaMail.root@vms070.mailsrvcs.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <28062617.1139843915176.JavaMail.root@vms070.mailsrvcs.net> User-Agent: Mutt/1.4.2i Cc: arch@freebsd.org, pfgshield-freebsd@yahoo.com, Sergey Babkin Subject: Re: Re: NTFS write support X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2006 16:56:50 -0000 Hi! On Mon, Feb 13, 2006 at 09:18:35AM -0600, Sergey Babkin wrote: > >I think ntfsprogs (in the ports tree) does everything in userland, and they > >claim to have stable write support. The homepage is here: > > http://www.linux-ntfs.org/ > >They also have some documentation there. > > They also have some docs. Not very readable but seems to have > quite a few details. Time to do some reading. My opinion is that from-scratch implementation is not possible within reasonable period of time. I'd suggest to try to port captive ntfs + fuse framework or (oh my! I did not tell you that) extend ndisulator so that it is possible to load ntfs.sys directly into the kernel. /fjoe