Summary: | Device remounting does not work | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Rohan Garg <rohan> |
Component: | Disks & Devices | Assignee: | David Edmundson <kde> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | kde, lukas, nate, notmart, notuxius |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Bustle screenshot. |
Description
Rohan Garg
2014-05-06 18:00:38 UTC
I think it's a middleware or even kernel level issue. since this happens here also on plasma1, and the device file associated to the partition (like, /dev/sdb1) disappears as well I can reproduce this in Dolphin 4. However, it also doesn't seem to be a problem with udisks or solid. I just mounted and unounted and remounted with solid-hardware5 and that worked fine. Everything was updated in the Plasma UI perfectly too. $ solid-hardware5 mount /org/freedesktop/UDisks2/block_devices/sdc $ solid-hardware5 unmount /org/freedesktop/UDisks2/block_devices/sdc $ solid-hardware5 mount /org/freedesktop/UDisks2/block_devices/sdc Bustle logs seem to show the same dbus commands going to solid from both solid-hardware and from plasma. I'm a bit lost. I'll talk to afiestas. Created attachment 86743 [details]
Bustle screenshot.
Bustle screenshot.
First setup + teardown comes from konsole
Second pair comes from the plasmoid.
All args are the same.
I think the devicenotifier (or something inside Solid which you don't trigger when you manually unmount via cmdline) powers off the device (so your external HDD doesn't keep spinning) but that way you cannot mount the device again without unplugging it first. Lukas? Seems related to https://bugs.kde.org/show_bug.cgi?id=293906 Yeah, effectively the same as Bug 402660. *** This bug has been marked as a duplicate of bug 402660 *** *** This bug has been marked as a duplicate of bug 293906 *** |