Add xapp status icon for drive dirty/writeback cache #429
Replies: 2 comments
-
I second the proposal. |
Beta Was this translation helpful? Give feedback.
-
I support this idea! This exact problem is one of my very few gripes I do have in Mint, having set up a handful of PCs for my relatives. While it is easy to blame the user if they do not use the eject button at all, it is IMHO really hard to expect the user to wait - sometimes minutes - for any kind of feedback after clicking to eject. I think some kind of notification should be presented to the user. If it would not only say "trying to unmount safely, please wait..." but would include even a rough estimate based on the code billyswong mentioned above, that would be all one could ask for. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
From time to time, there are users who copy too many files to a removable drive. Then when they want to unplug it, they find themselves stuck in a long wait with no idea when the sync will finish. This kind of issues has appeared in Linux Mint Forums a number of times. Some users may get impatient and unplug prematurely. Some poor users may not even know they are not ready to unplug as the indication of "things not ready" is often not clear enough.
For this problem, I came across a script suggestion at https://www.kaper.com/notes/linux-sync-buffer-progress-monitoring-e-g-for-copy-to-usb/
Yes, such script will help a knowledgeable user to monitor the amount of data still in the cache and plan accordingly. But it still takes a steep learning curve for users who know nothing about disk cache mechanism. However primitive that is, if we can wrap such information into a more user-friendly format and present it automatically as an xapp status icon, this will sure help many people running Linux Mint.
Another feature we may integrate to this status icon is to let users click it to fire the
sync
command. Users will no longer need to type command in terminal just for a routine removable drive handling.Beta Was this translation helpful? Give feedback.
All reactions