Open Disk Utility:
Applications => Utilities => Disk Utility
Right click partition, and click Information.
Take note the value on Universal Unique Identifier.
Open Terminal:
Applications => Utilities => Terminal
Edit /etc/fstab:
$ sudo nano /etc/fstab
Type in this line into /etc/fstab:
UUID=[type in UUID from disk utility] none ntfs rw
Save the file.
Reboot.