https://bugs.kde.org/show_bug.cgi?id=402660
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk --- Comment #5 from David Edmundson <k...@davidedmundson.co.uk> --- @Nate " . For drives connected through USB, the effect is that the USB device will be deconfigured followed by disabling the upstream hub port it is connected to." Which won't park the head or anything it just kills the data stream. Instead what we actually want is to send an ATA command: http://storaged.org/doc/udisks2-api/latest/gdbus-org.freedesktop.UDisks2.Drive.Ata.html Setting PmStandby would solve this case here as we still have a data connection whilst probably doing a better job of handling the hard disk case. Is there a reason to power off? -- You are receiving this mail because: You are watching all bug changes.