Version: 4.6 (using KDE 4.6.2) OS: Linux If you copy a large file (e.g. 200MB) to an external USB-Stick, SD-Card etc. a notification entry with progress bar is created as it should be but the copy process will be indecated as finished long before it is really done. Reproducible: Always Steps to Reproduce: Copy a large file from HDD to an USB-device and watch the notification and transfer-indicator of your USB-device if it has one. Actual Results: USB-device is still busy after the copy process is indicated as finished. You also can try to umount the USB-device right after the copy process is marked as finished. It will not be possible as long as the copy process remains. Expected Results: Copy process should by indicated as finished when the actual copy process is done.
The kernel buffers the data as long as possible, and will flush the buffer only when the device is idle for a few seconds or when you request removal. If you want data to be written immediately while copying, you need to mount the USB device with the "sync" mount option. That will, however, significantly decrease performance.
related with bug #281270
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand. Thank you for helping us make KDE software even better for everyone!
No response; assuming it was fixed since then.