https://bugs.kde.org/show_bug.cgi?id=524471
--- Comment #3 from [email protected] --- Further investigation - the drive was mounted using KDE's "Removable Device" or "Device Auto-Mount" under Settings (selecting both "On Login" and "On attach"). The default mounting it uses is ntfs-3g driver (which has the issue). Dolphin also seems to auto-mount using the older ntfs-3g driver by default (right click drive and select Mount). I used ChaGPT to help me mount the drive using the newer ntfs3 driver (adding a line to FSTAB) and mounting that way. UUID=YOUR_UUID_HERE /mnt/<folder> ntfs3 defaults,uid=<user-id>,gid=<user-id>,noatime,prealloc,nofail 0 0 ntfs3 does not have the issue. Perhaps Dolphin and KDE "auto mount" need to be updated to using the newer ntfs3 driver instead of ntfs-3g ? -- You are receiving this mail because: You are watching all bug changes.
