News : LinuxSolved.com Linux Help Community Forum..
Unlike the NTFS driver included in the Linux kernel, its support for writing files has very few limitations: files of any size can be created, modified, renamed, moved, or deleted on NTFS partitions, with the exception of compressed and encrypted files. NTFS-3G cannot yet modify access control lists and permissions. NTFS partitions are mounted using the FUSE user space file system framework.NTFS-3G was introduced by Szabolcs Szakacsits in July of 2006[1].It is based on ntfsmount with full directory index operations and offers "unlimited file creation and deletion". According to their benchmarks, this userspace driver is 10–50 times faster than the commercial and proprietary Paragon Software driver, [1] and under some (unspecified) conditions can be twice as fast as the kernel ext3 driver (which is a native Linux filesystem)[2]. However, it should be noted that the default settings for the ext3 driver prefer reliability over performance, which may distort the results and makes direct comparisons of these numbers difficult.