|
You need NTFS-3G and FUSE to enable NTFS writing.
And when you mount it you need to provide user id or group id of those users who have the right to write on a ntfs partition.
You could create a new group windows with GID(Group ID) let's say 200, add all users to group windows witch will have that perrmission and edit your /etc/fstab to something like
/dev/hda5 /ntfs-c ntfs-3g rw,gid=200 0 0
|