To enable NTFS support in Gnu/Linux,you should have the support for?NTFS your Linux kernel.You can check that by running
cat /proc/partitions
If you do not have thr NTFS support then you can either compile your Linux kernel for ntfs support or install NTFS modules from
Linux kernel does?not give full NTFS write support on filesystem, you can only replace files of same size.
For full write support in Gnu/Linux for NTFS,you can further look for captive-ntfs
Again this is under development so use this with caution