First, make sure in this case you are issuing the chmod command as root.
Second, don't chmod the root partition. Use chmod only on your data files.
Third, try changing file permissions recursively, so that chmod is applied to all files and sub-folders of a folders. Here's the command to get rw-r-r:
chmod -R 644 <folder-name>