Summary: | don't allow trash on usb-sticks | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Tobias Powalowski <t.powa> |
Component: | trash | Assignee: | David Faure <faure> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | brendan, matej |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Tobias Powalowski
2005-03-02 18:54:51 UTC
*** This bug has been marked as a duplicate of 99847 *** While the symptom is definitely a duplicate, I don't believe that the proposed solution given by the original poster is a duplicate at all. In fact, the proposed solution would probably still be a huge help right now. Well, in a way you're right, trashing from usb sticks means moving the file to the home partition which can take quite some time, but why should we disallow that (better trash than delete and then regret it...), and why should this freeze the key afterwards? This sounds like a low-level bug. Or do you simply mean, it's frozen during the time the move-to-$HOME happens, and then it unmounts ok? The problem with moving to the home folder (and the amount of time this takes) is that it would even make more sense to have a separate .Trash folder on the memory stick - an atomic operation. However, this would complicate things further in that there are more .Trash folders required and if there is a Trash icon on the desktop, where is it all going to point to? I rarely use my usb memory sticks as an authoritative data store. I use them almost exclusively for data transfer. My camera's memory stick is a different story, though with that I move my photos as soon as I plug it into my desktop. For my camera's memory stick, moving data to the trash on my desktop's hdd *might* save my data from unintentional deletion. For my usb memory stick, it is just a huge waste of time. If I'm on the go, I don't want to wait for a 3-minute data-move which is completely irrelevant to my requirements. err - referring to the data transfer taking time before the stick can be unmounted of course. ;) |