Can't make a file executable

Solution 1:

Fat and ntfs partion wont support file permissions ,just copy the file to the home folder or desktop and try again

Solution 2:

I know it's an old Q, but still relevant, plus google brought me here (others will come).

The accepted answer is partially correct, by default you can't set executable permissions inside a NTFS or FAT partition (for Ubuntu at least, and up to the date).

But you can change that, by changing the way your NTFS partition gets mounted. That is, (choosing and) configuring the ntfs driver that mounts your partitions.

NTFS supports all permissions you need*, but the driver has to know how to handle them so it doesn't interfere with other OSs.

It's not rocket science, but will force you to understand things you may not care about!

See this (extremely concise) answer to a related question:

https://askubuntu.com/a/74851/239919

*Supports ownership and read/write/execute, for user and group, don't know about setuid or stickybit.