How to execute programs on mounted partition

Posted by DevNoob on Super User See other posts from Super User or by DevNoob
Published on 2012-11-22T09:37:37Z Indexed on 2012/11/22 11:05 UTC
Read the original article Hit count: 284

This is the aplication I want to run.

-rwxr-xr-x 1 manuel manuel 582841 Nov 22 09:51 PromServerMain

This is the fstab entry

/dev/sda8 /media/data0 ext4 defaults,user 0 2

This is the mountpoint

lrwxrwxrwx 1 manuel manuel     5 Nov 16 14:23 data -> data0
drwxrwxr-x 9 manuel manuel  4096 Nov 22 09:26 data0

This is what I get

manuel@P5KC /media/data/Projekte/PromServer/src $ ./PromServerMain
bash: ./PromServerMain: Keine Berechtigung
manuel@P5KC /media/data/Projekte/PromServer/src $ sudo ./PromServerMain
sudo: unable to execute ./PromServerMain: Permission denied

Even as root. I have no clue whats wrong. Any suggestions? System is Debian Wheezy Xfce.

© Super User or respective owner

Related posts about partitioning

Related posts about permissions