Bug 109895 - moving files is slow
Summary: moving files is slow
Status: RESOLVED DUPLICATE of bug 105806
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: media (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Kevin Ottens
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-30 15:25 UTC by S.H.
Modified: 2005-08-02 10:37 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description S.H. 2005-07-30 15:25:39 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    Debian testing/unstable Packages

when I move files in konq inside the same partition, it takes rather long. looks like konq first copies all files to the destination and then deletes the source files in stead of moving them. 'mv' is almost instantanious.
Comment 1 Nicolas Goutte 2005-07-30 23:51:29 UTC
I have tested it and I cannot reproduce. KDE does move the files and directories and does not copy and remove them. (I have also tested to copy and it is much much slower than the move.)

(You are not using media: , are you?)

Have a nice day!
Comment 2 S.H. 2005-07-31 00:54:49 UTC
ok, sorry you are right. when moving files in the normal filesystem (/media/sde1) moving is fast. when moving files in media:/sde1 moving is slow. didn't notice this at first. why would moving be slow in media: ?
Comment 3 Nicolas Goutte 2005-07-31 01:41:28 UTC
On Sunday 31 July 2005 00:54, Samuel F.Hoffstaetter wrote:
(...)
> ok, sorry you are right. when moving files in the normal filesystem
> (/media/sde1) moving is fast. when moving files in media:/sde1 moving is
> slow. didn't notice this at first. why would moving be slow in media: ?


Because media: is basically a remote KIO protocol and not a local one. So KDE 
does not know automatically that the file is local and could be moved better.

So I am not sure if this bug should be moved to kio/media (as this should be 
better done in the media KIO slave) or if it is a konqueror bug (as it would 
not call the most efficient method so that the media KIO could work 
correctly).

Have a nice day!
Comment 4 Jens 2005-08-02 10:35:40 UTC
This is a dupe of Bug 105806, which has been fixed for KDE 3.5.
Comment 5 Kevin Ottens 2005-08-02 10:37:50 UTC

*** This bug has been marked as a duplicate of 105806 ***