You are not logged in.

#1 2020-04-29 13:44:27

ObserverOfTime
Member
From: Athens, Greece
Registered: 2019-11-20
Posts: 3
Website

[SOLVED] Can't write to NTFS-3G mount

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,rw

I 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

#2 2020-04-29 13:51:10

ObserverOfTime
Member
From: Athens, Greece
Registered: 2019-11-20
Posts: 3
Website

Re: [SOLVED] Can't write to NTFS-3G mount

I knew I was doing something wrong… dmask should be set to 022.


GitHub: @ObserverOfTime | Twitter: @chronobserver

Offline

#3 2020-04-30 12:16:29

paulkerry
Member
From: Sheffield, UK
Registered: 2014-10-02
Posts: 611

Re: [SOLVED] Can't write to NTFS-3G mount

ObserverOfTime wrote:

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

Board footer

Powered by FluxBB