It is not possible to execute files on a mountet
fat32-partition.
There You get the error message "not possible to set
file access permissions".
To resolve this Problem Franois Dupoux wrote me:
"You can try to change the mount options. You can change
options in /etc/fstab
for your fat partition, and "man mount" will give you the
options you can use
to change access about files located on a fat.
The best way is to remove the return:
Edit kernel.cpp before compiling. Just remove the line with
return REPLACE_ERROR
just after
fchmod(...)"
I took "the best way" and now it works
Many thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=688789
To resolve this Problem Franois Dupoux wrote me:
"You can try to change the mount options. You can change
options in /etc/fstab
for your fat partition, and "man mount" will give you the
options you can use
to change access about files located on a fat.
The best way is to remove the return:
Edit kernel.cpp before compiling. Just remove the line with
return REPLACE_ERROR
just after
fchmod(...)"
I took "the best way" and now it works
Many thanks