You did not read
man mount
specialy the section
Mount options for ntfs
There it says (amongst other things that might be of interest to you):
uid=value, gid=value and umask=value
Set the file permission on the filesystem. The umask value is given in octal. By default, the files are owned by root and not readable by somebody else.
As @gogalthorp says you can not change owners and permission-bits because they are not there.
You seem to forget that NTFS is NOT a Linux file system and thus using it implies quite a lot of improvisation.