I discovered this tip a few days ago while trying to get a USB drive (where I keep my
timekeeping application) working. However I lost the URL that gathered this information from.
Symptoms- Drive mounts OK when attached (e. g.: plugged into USB)
- Cannot execute programs -- even as root.
- Does not show up in
/etc/fstab
- Shows up on
/etc/mtab
with noexec
mounting options.
ResolutionCaveat: This is a pretty broadsword approach.
- When mounted, take a look at the details in
/etc/mtab
:cat /etc/mtab
- What you are looking for is the file system type and mounting options.
- Check out the details (including the options) in the
man
page for mtab
.
- In the Gnome Configuration Editor:
- Find the file system ( /system/storage/default_options/...)
- Add the following as a high-priority item to the
mount_option
entry:
exec
- Thus, your entry might look like this:
[exec,shortname=foo,uid=]