<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Hi,<br><br></div>  Last weekend I did the following:<br></div>  * build kio using kdesrc-build<br></div>  * copy the resulting bin/kf5/file.so to /usr/lib64/qt5/plugins/kf5/kio<br></div>  * ldconfig<br></div>  * restart the session<br></div>  Just to be sure that all processes are using the new kio.<br><br></div>  I copied files to an ntfs filesystem and the files were copied and the messages about rights where shown.<br><br></div>  Today I've done the same as last weekend, but when I copy a file to the same filesystem, there is a message that the owner can't be changed, and the resulting file has always 0 bytes (screenshot attached). If I move the file, the original file content is lost, and also the destination has 0 bytes.<br><br></div>  This can be reproduced also in a loopback vfat, created following the next steps:<br><br>dd if=/dev/zero of=fat.fs bs=1024 count=5120<br></div>(create the file fat.fs with only 5 MB)<br><div>/usr/sbin/mkfs.vfat fat.fs</div><div>(create the filesystem)<br></div><div>sudo mount -t vfat -o uid=0000,fmask=0007,dmask=0000,rw,noexec,loop fat.fs /mnt<br></div><div>(mount being root the owner)</div><div><br></div><div>try to copy any file to /mnt<br></div><div><br></div><div>sudo umount /mnt<br><div>(don't forget to umount it when the tests are finished). </div><div><br></div><div>Best Regards.<br></div></div></div>