I'm running Kubuntu 22.04.3 LTS.
I've placed this in my /etc/fstab file
UUID=01D96FD73EC749C0 /mnt/windows ntfs defaults,nodev,permissions,windows_names,nosuid,no atime,async,big_writes,timeout=2,uid=1000,gid=1000 ,fmask=0002,dmask=0002,x-gvfs-show 0 0
When I type mount on the Terminal it shows this
/dev/sda3 on /mnt/windows type fuseblk (rw,nosuid,nodev,noatime,user_id=0,group_id=0,defa ult_permissions,allow_other,blksize=4096,x-gvfs-show)
I'm thinking Linux is overriding my settings.
When I write any file on the Windows NTFS file system, it changes the security permission to Everyone only. Is possible for this not to happen.