Summary: | safely remove device option doesn't power off usb hdd | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | Harrison <harrisonf100> |
Component: | general | Assignee: | Alex Fiestas <afiestas> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | alivema4ever, frank78ac |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Harrison
2013-09-17 05:37:25 UTC
Thanks for the bug report! (In reply to comment #0) > the problem may be in kdelibs and not dolphin You're probably right - I'll reassign to Solid, the part of kdelibs that handles this kind of interactions with devices for us. I also found this bug is so important to fix. * What is expected to happen? External HDD spin itself down and turned off when ejected via device notifier applet. * What is actually happened? External HDD did not spin down and did not turn off. * Steps to reproduce problem: Attach an external USB harddisk. Click device notifier applet (the USB icon) on the KDE panel. Select the external HDD and click eject button. It says "click to safely remove the drive" on mouse hover. * Suggested temporary workaround to safely remove USB HDD Unmount all mounted partition on the external HDD via udisks (sudo udisks --unmount /dev/sdb1) Instruct udisks to detach the external HDD (sudo udisks --detach /dev/sdb) I hope kdelibs will be better integrated with udisks for mount, unmount, and detach operation. *** This bug has been marked as a duplicate of bug 270808 *** |