i am using backtrack live cd (2) and i did the following commands to allow for read/write access on a NTFS drive:
umount /mnt/hda1
modprobe fuse
ntfsmount /dev/hda1 /mnt/hda1
afterwards is worked fine, I was allowed to write files
but after i restarted the computer and went into windows I was unable to access/read/write the files that I wrote to the partition at all! Do you have any idea's how to fix this?