0

I am using Ubuntu 14.04 inside Windows. I can't execute files in my Windows NTFS partitions. It gives the following error:

root@ubuntu:/media/rakesh/Data/My Codes/Test# ./a.out 
bash: ./a.out : Permission denied

I have tried solutions in the following threads but it does not work:

1 Answers1

0

This is common with ntfs mounted partitions. You have to mount the partition with executable rights.

Try this article: .exe file permission fail

Dave A
  • 83
  • 2
  • 9