From owner-freebsd-arch@FreeBSD.ORG Mon Feb 13 07:25:20 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 23BB616A420 for ; Mon, 13 Feb 2006 07:25:20 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8DD443D45 for ; Mon, 13 Feb 2006 07:25:19 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k1D7Oa8w031557; Mon, 13 Feb 2006 00:24:39 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 13 Feb 2006 00:24:36 -0700 (MST) Message-Id: <20060213.002436.125826215.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <43EFF3E2.90001@samsco.org> References: <43EFD5A0.83BB82C4@verizon.net> <43EFF3E2.90001@samsco.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 13 Feb 2006 00:24:43 -0700 (MST) Cc: arch@freebsd.org, babkin@users.sourceforge.net Subject: 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 07:25:20 -0000 In message: <43EFF3E2.90001@samsco.org> Scott Long writes: : Sergey Babkin wrote: : > Hi, : > : > I've finally got Win XP as the second OS on my mahcine. The next : > thing I've found is that NTFS support still seems to be read-only, : > and it does not look like anybody is actively working on it. : > So adding the NTFS write support looks like an interesting : > project to undertake. : > : > Just in case, if anybody working on it already, please let me know. : > Any kinds of ready pointers to the good docs would be welcome. : > Or to the existing implementations too (Linux?). : > : > -SB : : I'm pretty sure that Microsoft makes the technical details available : for NTFS, either from their website or from one of their DDKs. The : hardest part is probably in dealing with their journal. There's at least one book on the structure of ntfs. I used to have a copy, but I can't find it anymore... But the book wasn't enough to do an implementation... Warner