The NTFS file system doesn't support Linux file/directory permissions so chmod won't work for you. You should be able to have the drive mounted at boot time with everyone able to read from it with the following in your /etc/fstab file (change the device name to whatever yours is):
Code:
/dev/sdb4 /mnt/windows ntfs defaults,umask=0000 0 0