I have a windows partition mounted in linux (setup with pysdm) with following options:
nls=iso8859-1,umask=000,gid=users,user,uid=my_user
I can access the data on the partition, write/read files, but when I try to run a shell script I get permission denied
. The script has:
-rwxrwxrwx 1 my_user users 8419 Aug 11 14:06 test.sh
How can I please setup the partition so that I can read/write files (like now) and run scripts under my user as well as my cron/anacron jobs also being able to run commands writing to this windows partition? (i.e. full extent of functionality as my native linux partition?)
Thank you!