You are not logged in.

#1 2011-04-01 16:23:00

drahnr
Member
Registered: 2011-03-14
Posts: 73

[SOLVED] fstab mounting issue - noexec though passing exec

I am trying to mount my data/program partition with exec option but I can not execute any of the programs though they have the correct permissions. Using luks encryption should not have any influend on mounting options within fstab, right?
_fstab_:

/dev/mapper/luks_data /media/data ext4 rw,exec,user,auto 0 1

_crapttab_:

luks_data     /dev/[devicenode]        ASK

I guess I am missing something obvious :>

Remountung via

mount -o remount,exec /media/data

fixes this temporarily to the next reboot.

Last edited by drahnr (2011-04-01 22:15:14)

Offline

#2 2011-04-01 17:32:56

stqn
Member
Registered: 2010-03-19
Posts: 1,191
Website

Re: [SOLVED] fstab mounting issue - noexec though passing exec

Write user,exec instead of exec,user. (source : man mount, line 622)

Offline

#3 2011-04-01 22:14:25

drahnr
Member
Registered: 2011-03-14
Posts: 73

Re: [SOLVED] fstab mounting issue - noexec though passing exec

Ouch... I never read the fstab to that detail, thanks for pointing out. SOLVED

Offline

Board footer

Powered by FluxBB