The following forum message was posted by rekveld at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3769441:

hi all,

not too relevant to this list perhaps, but still I\'m happy to share
the cause of the problem I had:

the fstab entry for my volume read like this: rw,exec,auto,users
And it turns out that the \'users\'-option \"automatically implies
noexec, nosuid, nodev unless overridden\" according to wikipedia.
Apparently the options are set sequentially, so that having \'users\' at
the end invisibly sets noexec which was the cause of my problem.

so the following very similar-looking fstab entry works where the
above one doesn\'t: users,rw,exec,auto

what about that !
Took a couple of days to figure out, but I learned a lot.

thanks,

Joost. 

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to