I followed all the instructions, i can mount and i can read however i cannot write.

My Error:
Code:
sudo dmesg > /media/hda1/my_dmesg_log.txt
bash: /media/hda1/my_dmesg_log.txt: Permission denied
Here is my fstab line:
Code:
/dev/hda1    /media/hda1    ntfs-fuse    auto,gid=1001,umask=0007    0    0
My group id:
Code:
sudo addgroup ntfs
Adding group `ntfs' (1001)...
Done.
any ideas as to what the problem is here?