First time after install Ubuntu 11.10 i can’t write anything in my NTFS drrives. I searched for this problem and found that i need to follow some simple steps to enable NTFS write by default.
First install the ntfs configs using terminal command:
sudo apt-get install ntfs-config
if apt not work try using aptitude
then you just do this command to enable ntfs-config by default
sudo mkdir -p /etc/hal/fdi/policy
and last, try to mount the ntfs drive and paste some file to it from the ubuntu and the write function is usable now.