How can I mount a NTFS partition so that all user accounts on my machine have write access? My mount options are
nosuid,nodev,nofail,x-gvfs-show,nobootwait,uid=1000,gid=1002,fmask=113,dmask=002
This gives me write access but when other users try to delete a file the error message pops up
Cannot move file to trash, do you want to delete immediately?
As I understand this is because they don't have write access which is what I want to change.
I created a new group (with gid=1002
) and assigned it as primary group to both user accounts but that didn't help. I also tried mounting without the fmask
, dmask
and uid
options.