You are not logged in.

#1 2021-02-09 10:54:47

Youju
Member
Registered: 2021-01-11
Posts: 5

[SOLVED] Exec scripts in NTFS filesystem

Hello,

It is not possible for me to run scripts, which I created with the Haskell compiler on my NTFS data drive. It has to do something with my fstab.
I tried to add exec at the end of the parameters, but I'm not sure if ntfs-3g supports that.

Here is my fstab:

UID=3C9C09F49C09A98A   /dateien        ntfs-3g         locale=de_DE.utf8,uid=1000,gid=1000,dmask=022,fmask=133,windows_names,exec      0 0

Last edited by Youju (2022-04-05 17:19:42)

Offline

#2 2021-02-09 11:33:33

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,351

Re: [SOLVED] Exec scripts in NTFS filesystem

What does "not possible" mean? What error messages do you get and how are you trying to run it? I'd say your fmask is lacking execute permissions on files, so it should be 033.

Last edited by V1del (2021-02-09 11:37:36)

Offline

#3 2021-02-09 12:06:47

Youju
Member
Registered: 2021-01-11
Posts: 5

Re: [SOLVED] Exec scripts in NTFS filesystem

Yes. The permissions were not right.
I removed fmask and dmask and just wrote umask=077, so only my user has access now.
Thanks.

Offline

#4 2021-02-09 12:10:01

Youju
Member
Registered: 2021-01-11
Posts: 5

Re: [SOLVED] Exec scripts in NTFS filesystem

How can I close this thread?

Offline

#5 2021-02-09 13:01:58

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,351

Re: [SOLVED] Exec scripts in NTFS filesystem

Edit the title in your first post and prepend [SOLVED] or so

Offline

Board footer

Powered by FluxBB