Why isn NTFS supported in ReactOS?
NTFS is very hard to implement. The only implementation that is near-complete is NTFS-3g (FUSE), which is not kernel-level. Reasons are: • NTFS is a very complex filesystem. • It’s not documented. For this reason it is more difficult to create an implementation. It doesn’t assure full compatibility with Windows® in unusual circumstances nor with future versions of Windows®. You can find exhaustive discussions in ReactOS Forum for further details. NTFS may be implemented in future development stages of ReactOS. Please wait patiently.