Can't change Permission of mount points for NTFS partition even as root

When I installed OpenSuse 11.2 it mounted I configured to mount all of my windows/NTFS partition. However, one problem is that only root can write to it. I was trying to change it to ‘777’ permission. However, as root I can’t change permission. chmod doesn’t work and neither does using nautilus (as root) work.

I even tried unmounting it and then doing a chmod. That didn’t work either. Any ideas how to get it working?

Change the fstab entries to look like this

/dev/disk/by-id/ata-FUJITSU_MJA2250BH_G2_K95CT9A2D4UF-part1 /windows ntfs-3g defaults 0 0

It’s just the part after ntfs-3g that you change, from whatever is there to end with:
defaults 0 0

To edit see this guide
FSTAB - Editing Manually - openSUSE Forums

reboot after