Dolphin crash after move files to NTFS partition

Hi there!
I have a clean Leap 42.3 installation.
When I try to move a file (testFile) from a Linux partition (/home/adrian/Temporal/ for example) to NTFS partition (/DATA/Users/Adrián/ in this example), Dolphin warns “Access denied to /DATA/Users/Adrián/testFile”. When I retry, Dolphin warns “The file or folder /home/adrian/Temporal/testFile does not exist.”.
When I retry, again, Dolphin crashes although the file was moved indeed.

When I try the same operation by command:


adrian@asia:~/Temporal> ls -l
total 4
-rw-rw-r-- 1 adrian users 22 Jul 29 13:52 testFile
adrian@asia:~/Temporal> mv testFile /DATA/Users/Adrián/
mv: preserving times for '/DATA/Users/Adrián/testFile': Operation not permitted
mv: preserving permissions for ‘/DATA/Users/Adrián/testFile’: Operation not permitted
adrian@asia:~/Temporal> ls -l
total 0
adrian@asia:~/Temporal> ls -l /DATA/Users/Adrián/test*
-rw-rw-r-- 1 root users 22 Jul 29 13:55 /DATA/Users/Adrián/testFile
adrian@asia:~/Temporal> 

The /etc/fstab file for that NTFS partition says:


UUID=904EBA4B4EBA2A3C /DATA                ntfs-3g    users,gid=users,fmask=113,dmask=002,locale=en_US.UTF-8 0 0

Can somebody help me?

Thanks, a lot.

I have not used fstab entries for a long time
ntfs-3g is a bit flaky if you ask me
I no longer have any ntfs stuff so I can’t test ATM