help regarding windows file access permission

Hi everybody!
iam using suse linux enterprise desktop 10. i have default windows partition been mounted. but as a root user itself i dont have write permission to the windows partitions. what can i do to have write permission, can anyone help me to fix this.

i enclosed my fstab entries and ls -l of windows

/etc/fstab

/dev/sda8 / ext3 acl,user_xattr 1 1
/dev/sda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda5 /windows/D ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda6 /windows/E ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda7 /windows/F ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0

ls -l windows

linux-zofh:~ # ls -l /windows
total 68
dr-xr-xr-x 1 root users 8192 Feb 19 09:37 C
dr-xr-xr-x 1 root users 32768 Feb 17 12:41 D
dr-xr-xr-x 1 root users 24576 Feb 9 07:49 E
dr-xr-xr-x 1 root users 4096 Feb 19 05:29 F

Thanks for any help…

You need to use ntfs-3g for r/w capability.

Edit: Just seen you’re using SLED 10.

Have a read of this:

http://www.novell.com/documentation/sled10/readme/release_notes_sp2.html

and use this form of entry

/dev/sda2 /path_to/mount_point ntfs-3g defaults 0 0

see here
HowTo Mount NTFS Filesystem Partition Read Write Access in openSUSE 10, 11