cvs commit: src/sys/fs/ntfs ntfs_subr.c

M. Warner Losh imp at bsdimp.com
Sat Mar 29 21:10:49 PDT 2008


In message: <47EEF9CA.9080008 at gmail.com>
            "Aryeh M. Friedman" <aryeh.friedman at gmail.com> writes:
: Christian S.J. Peron wrote:
: > csjp        2008-03-30 02:19:27 UTC
: >
: >   FreeBSD src repository
: >
: >   Modified files:        (Branch: RELENG_7)
: >     sys/fs/ntfs          ntfs_subr.c 
: >   Log:
: >   Un-break the build by adding a thread argument.  This was removed in
: >   -CURRENT but this change has not been MFCed yet.
: >   
: >   Submitted by:   attilo
: >   
: >   Revision  Changes    Path
: >   1.42.2.2  +1 -1      src/sys/fs/ntfs/ntfs_subr.c
: 
: 
: I know this question should be else where but since the kernel ntfs 
: doesn't allow for writting and fusefs-ntfs is stable why is ntfs still 
: in the kernel and if it should be there why not replace it with fuse?

Because the kernel based ntfs works and is BSD.  FUSE is GPL, and new
GPL components are to be avoided.

ntfs, btw, handles write errors better than any other file system in
the system today.  I've been able to recover 90% of the files from a
badly damaged disk where other recovery utilities got only 10%.

Warner


More information about the cvs-src mailing list