How i can get read and write access to ntfs files system from linux?
Most linux kernels are compiled with module for read and write access to the ntfs file system, enable the module if not install the kenel ntfs module with the update managers or download and install it manually For users to acces to the ntfs partition add this line to /etc/fstab or read the installed docs how to add to fstab: /dev/hdax /mnt/ntfs ntfs users,rw,umask=0 0 0 0 0 make ntfs directory in the /mnt and replace the hdax for the present partition number.