I have external drives with multiple partitions and when I want to disconnect the drive, I have to manually unmount each partition separately. It would be extremely convenient if there were an option (i) to unmount all devices listed in Device Notifier, or (ii) to unmount all partition residing on a single drive. Having both options is of course itself an option.
Git commit 81db74434cd596a7ed2ee6a3b0d39e6f2434065d by Thomas Surrel. Committed on 17/01/2019 at 12:21. Pushed by thsurrel into branch 'master'. [Device Notifier] Add a button to unmount all devices Summary: When at least two removable devices are mounted, a button shows up that will allow to unmount all mounted removable devices. This is convenient for removable drives with several partitions, each of which have to be unmounted to be able to safely plug the device out. {F6330009} Test Plan: Plug and mount two devices. Click on the new 'unmount all' button. Reviewers: #plasma, #vdg, ngraham, broulik Reviewed By: #plasma, #vdg, ngraham, broulik Subscribers: abetts, broulik, ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D16212 M +9 -0 applets/devicenotifier/package/contents/ui/DeviceItem.qml M +13 -3 applets/devicenotifier/package/contents/ui/FullRepresentation.qml M +20 -0 applets/devicenotifier/package/contents/ui/devicenotifier.qml https://commits.kde.org/plasma-workspace/81db74434cd596a7ed2ee6a3b0d39e6f2434065d
This is fantastic--thanks!