Bug 149118 - Inform the user about the way to remove safely USB drives
Summary: Inform the user about the way to remove safely USB drives
Status: CONFIRMED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
: 132154 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-08-22 15:59 UTC by FACORAT Fabrice
Modified: 2017-08-19 13:40 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description FACORAT Fabrice 2007-08-22 15:59:17 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

An issue with unpluggable removable media like USB keys/HD, is the fact that you can unplugged them whenever you want. As most of the times writes on media are asynchronuous for performance considerations, you may end up with corrupted/incomplete data. One solution is to write synchronously data, but you will have poor performance. Another possibility is that the user correctly umount the devices ( thus flushing write cache, etc ... ) before removing the drive. However, most of the time the user will forget, or doesn't know he needs to do this. It's the same under Windows, or Linux or Mac. 

IMHO one solution is to do like Firefox is doing for blocked popup. When Firefox blocked a popup, a yellow headband is displayed at the top of the page. The same could be done telling the user to click on the "Disconnect Safely" button before removing the media to prevent data loss. This way the headband will always reminds the user what he needs to do ( should always be displayed when the user is browsing in the removable media ) and also why ( to prevent data loss ). However for big hard drives and big files, as the umount operation could last a long time, the feedback should be correct ( "please wait while ensuring data integrity, don't remove the drive before" ).
A mockup of this proposal but under konqueror is vailable in bug #132154 , see https://bugs.kde.org/attachment.cgi?id=17314&action=view

Another idea for the UI implementation would be to used a semi-transparent overlay widget. See the following screenshots :
http://commit-digest.org/issues/2007-08-19/files/overlay.png ( see widget at the bottom left )
http://commit-digest.org/issues/2007-08-19/files/tooltip.png
Comment 1 FiNeX 2009-09-15 14:37:37 UTC
*** Bug 132154 has been marked as a duplicate of this bug. ***
Comment 2 Jeroen van Meeuwen (Kolab Systems) 2012-08-24 16:19:55 UTC
Resetting assignee to default as per bug #305719
Comment 3 Nate Graham 2017-08-18 17:40:52 UTC
I like this idea.