So, i will suggest you a more simpler method to solve that problem. for that you need to have super user privileges and internet connection to download two small packages. first open the terminal and then type this
sudo apt-get install ntfs-3gso, it will install ntfs-3g if it's not there on your system. then you have to install ntfs-config to do that type this
sudo apt-get install ntfs-configafter doing this simply run ntfs-config in your terminal as the super user.
with this GUI anyone can enable the write support for the NTFS devices. also if you are an experience linux user you can edit /etc/fstab and achieve the same results.
/Kesh.