Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Trouble mounting NTFS drive with exec [solved]

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
User avatar
rellwood
Posts: 6
Joined: 2019-08-28 01:25
Location: Ojai, California, USA

Trouble mounting NTFS drive with exec [solved]

#1 Post by rellwood »

Hello,

I'm trying to mount a NTFS drive so that it has execute permission. My /etc/fstab has the line,

Code: Select all

/dev/sda1 /home/user/ntdrive ntfs-3g rw,exec,user,auto,uid=1000,gid=1000,umask=0022 0 0
and when booting the drive mounts itself fine. However,

Code: Select all

$ mount | grep ntdrive
/dev/sda1 on /home/user/ntdrive type fuseblk (rw,nosuid,nodev,noexec,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,user)
What gives here? I specifically asked for exec but got noexec. Any advice?

Thanks,
Richard
Last edited by rellwood on 2019-08-31 03:37, edited 1 time in total.

User avatar
4D696B65
Site admin
Site admin
Posts: 2696
Joined: 2009-06-28 06:09
Been thanked: 86 times

Re: Trouble mounting NTFS drive with exec

#2 Post by 4D696B65 »

Put exec after user

User avatar
rellwood
Posts: 6
Joined: 2019-08-28 01:25
Location: Ojai, California, USA

Re: Trouble mounting NTFS drive with exec

#3 Post by rellwood »

Perfect, thank you!

Post Reply