You are not logged in.
Pages: 1
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
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
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
How can I close this thread?
Offline
Edit the title in your first post and prepend [SOLVED] or so
Offline
Pages: 1