This will show you how to automount your root Window’s parition so that you can read and write to it.
Perform the following commands to create a mountpoint and open up fstab to edit
$ su
# mkdir /media/Windows
# nano -w /etc/fstab
Now add the following to the bottom:
/dev/hda1 /media/Windows ntfs-fuse auto,user_xattr,umask=000 1 1