[dolphin] [Bug 463952] Moving a file within the same remote share results in a copy (via kio-fuse) + delete

Harald Sitter bugzilla_noreply at kde.org
Mon Jan 30 11:18:49 GMT 2023


https://bugs.kde.org/show_bug.cgi?id=463952

Harald Sitter <sitter at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sitter at kde.org

--- Comment #10 from Harald Sitter <sitter at kde.org> ---
(In reply to Ilya Fedin from comment #7)
> always doing a local mount.

Yes. That is what we are doing and that is the problem here, no? Or rather, its
incomplete so it is bugging out.

When you copy from smb://hostname/home/large_file.iso we fuse it into
/run/user/1000/kio-fuse-XXXXXX/smb/hostname/home/large_file.iso so that foreign
(& sandbox) applications can consume it. When you then paste it into
smb://hostname/home/new_folder/ that URL does not get fused and so it's no
longer a move operation but a get-put operation between the fuse and the KIO
SMB.

That being said, I am a bit wary of adding more fusing because of the
performance degradation we are seeing with the existing limited fusing already
- needs fixing of the existing performance problems before we can think about
adding more IMO.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list