You are not logged in.
Pages: 1
I'm trying to mount a NTFS drive with the following options but I keep getting "Permission denied" when I try to create a file.
defaults,uid=1000,gid=1000,fmask=133,dmask=222,windows_names,hide_dot_files,recover,rwI can create files after removing fmask and dmask but that causes the file mode to be 777.
Is there any way to keep the masks but allow write access to my user without sudo?
Last edited by ObserverOfTime (2020-04-29 13:51:38)
GitHub: @ObserverOfTime | Twitter: @chronobserver
Offline
I knew I was doing something wrong… dmask should be set to 022.
GitHub: @ObserverOfTime | Twitter: @chronobserver
Offline
I knew I was doing something wrong… dmask should be set to 022.
Or not set at all and simply left to use the defaults as mentioned on the wiki...
https://wiki.archlinux.org/index.php/NT … 3G_options
Offline
Pages: 1