View previous topic :: View next topic |
Author |
Message |
fiore n00b
Joined: 08 Aug 2006 Posts: 34
|
Posted: Tue Aug 08, 2006 3:25 pm Post subject: Problem with external USB HD |
|
|
I have an External USB HD, the filesystem I use is ext3 and my kernel is gentoo 2.6.
The problem is that I'm not able to execute a program from the external drive; the same program that I correctly execute from the internal drive.
How can I do for solving my problem? I have to execute a binary file from external drive.
Thanks for help!! |
|
Back to top |
|
|
Raniz l33t
Joined: 13 Sep 2003 Posts: 967 Location: Varberg, Sweden
|
Posted: Tue Aug 08, 2006 4:39 pm Post subject: |
|
|
Do you have execution rights on the binary?
What error do you get? |
|
Back to top |
|
|
acolin n00b
Joined: 16 Feb 2006 Posts: 42 Location: Presles - Belgique
|
Posted: Tue Aug 08, 2006 7:02 pm Post subject: |
|
|
Check that the partition is not mounted noexec. |
|
Back to top |
|
|
sageman Guru
Joined: 04 May 2005 Posts: 363 Location: New Hampshire
|
Posted: Tue Aug 08, 2006 8:12 pm Post subject: |
|
|
acolin wrote: | Check that the partition is not mounted noexec. |
Seconded. Check in /etc/fstab if it is getting mounted with "noexec". Also, just do "mount" and see if it has the "noexec" option. |
|
Back to top |
|
|
|