From owner-svn-src-head@FreeBSD.ORG Tue Jan 20 10:26:44 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D134106564A; Tue, 20 Jan 2009 10:26:44 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from mail-bw0-f10.google.com (mail-bw0-f10.google.com [209.85.218.10]) by mx1.freebsd.org (Postfix) with ESMTP id 4C6C08FC19; Tue, 20 Jan 2009 10:26:43 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: by bwz3 with SMTP id 3so69996bwz.19 for ; Tue, 20 Jan 2009 02:26:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Qh7J355ncMOB1uiKDF+gXyobHxXK6a8Kbi1sNyLMz6Q=; b=skdhX0R17OPFpM7y0kyqp/ni3r2sGPY1j30kFTv2WdK2uA7HDmlazSrpBHAEVf5XSA yeFv01bvsy9HefVIKrDpKIpFa9+BHhag7nf2rytpsmqx/5LrI1PgNjiN8hs4C+S21qQv 1KS9zB0NHPmRewx1mZ2CEB4vVM/H4SA1NKGog= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=n9H4t40lzHhoRk4wR7jWXYj3Y2q944iRKEBydiDKSR4Azp7KRUghP/Q3CvDuu2WM8Z L3uWuCQKMN/cmFiU3okXV+GCyAz56rzIQpF9ZT+4BnGaBvqK8WdIGt/Sv0kvvDge0ZL6 HrDIRoKcPJSSpnu02qbUD5X/q1UhbUxz+2YlQ= MIME-Version: 1.0 Received: by 10.181.141.18 with SMTP id t18mr2421877bkn.205.1232446953385; Tue, 20 Jan 2009 02:22:33 -0800 (PST) In-Reply-To: <7d6fde3d0901200052w20755420l94f0c02c547f53b7@mail.gmail.com> References: <200901191619.n0JGJrhJ015123@svn.freebsd.org> <20090119.181322.-625070925.imp@bsdimp.com> <7d6fde3d0901200052w20755420l94f0c02c547f53b7@mail.gmail.com> Date: Tue, 20 Jan 2009 10:22:33 +0000 Message-ID: <70e8236f0901200222q4b00b7a5h8c3a35ab432f9cb2@mail.gmail.com> From: =?ISO-8859-1?Q?Jo=E3o_Barros?= To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, sobomax@freebsd.org, svn-src-all@freebsd.org, "M. Warner Losh" Subject: Re: svn commit: r187437 - head/sys/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2009 10:26:44 -0000 On Tue, Jan 20, 2009 at 8:52 AM, Garrett Cooper wrote: > On Mon, Jan 19, 2009 at 5:13 PM, M. Warner Losh wrote: >> 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 > > Uh, I got consistent panics on 7.x when mounting NTFS partitions > created with XP. > I was creating the partition without MSDOS 8.3 short filename > support though. I personally think that the copy of NTFS in the kernel > is stale and unusable for a lot of different use-cases, to be honest.. > -Garrett I moved 2x 320GB almost full NTFS partitions to my ZFS home server using mount_ntfs. ymmv ;-) -- Joao Barros