From owner-svn-src-all@FreeBSD.ORG Tue Jan 20 01:15:32 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30C161065678; Tue, 20 Jan 2009 01:15:32 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id E3E438FC16; Tue, 20 Jan 2009 01:15:31 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n0K1Cm5x082188; Mon, 19 Jan 2009 18:12:48 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 19 Jan 2009 18:13:22 -0700 (MST) Message-Id: <20090119.181322.-625070925.imp@bsdimp.com> To: sobomax@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200901191619.n0JGJrhJ015123@svn.freebsd.org> References: <200901191619.n0JGJrhJ015123@svn.freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r187437 - head/sys/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2009 01:15:33 -0000 In message: <200901191619.n0JGJrhJ015123@svn.freebsd.org> Maxim Sobolev writes: : Author: sobomax : Date: Mon Jan 19 16:19:53 2009 : New Revision: 187437 : URL: http://svn.freebsd.org/changeset/base/187437 : : Log: : Mention the fact that the NTFS kernel support isn't : very well maintained and point user to sysutils/fusefs-ntfs, which : at the time of this writing seems to be a better alternative. : : Suggested by: luigi : MFC after: 2 weeks Again, I'd not MFC this to 6.x for sure and maybe not even to 7.x since ntfs works well there. Warner : Modified: : head/sys/conf/NOTES : : Modified: head/sys/conf/NOTES : ============================================================================== : --- head/sys/conf/NOTES Mon Jan 19 15:59:05 2009 (r187436) : +++ head/sys/conf/NOTES Mon Jan 19 16:19:53 2009 (r187437) : @@ -942,7 +942,11 @@ options HPFS #OS/2 File system : options MSDOSFS #MS DOS File System (FAT, FAT32) : options NFSSERVER #Network File System server : options NFSLOCKD #Network Lock Manager : -options NTFS #NT File System : + : +# NT File System. Read-mostly and it's not actively maintained. : +# For a better NTFS support consider sysutils/fusefs-ntfs port/package. : +options NTFS : + : options NULLFS #NULL filesystem : # Broken (depends on NCP): : #options NWFS #NetWare filesystem :