[frameworks-solid] [Bug 467751] Unmounting certain SD cards can triggers an immediate remount when using "automount on attach" setting

2023-06-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=467751 --- Comment #12 from David Edmundson --- Git commit 41eaa14d3375e303e68e0d2f39090f5ed4f48c82 by David Edmundson. Committed on 21/06/2023 at 10:45. Pushed by davidedmundson into branch 'master'. Expose StorageDevice timeDetected/timeMediaDetected For

[frameworks-solid] [Bug 467751] Unmounting certain SD cards can triggers an immediate remount when using "automount on attach" setting

2023-04-12 Thread Alberto Garcia
https://bugs.kde.org/show_bug.cgi?id=467751 --- Comment #11 from Alberto Garcia --- There's one more thing to take into account with the "5 seconds since plugged" heuristic: the case when the volume was present at coldplug (i.e. it was already there when the session started). Related links for

[frameworks-solid] [Bug 467751] Unmounting certain SD cards can triggers an immediate remount when using "automount on attach" setting

2023-03-31 Thread Alberto Garcia
https://bugs.kde.org/show_bug.cgi?id=467751 --- Comment #10 from Alberto Garcia --- (In reply to Stefan Brüns from comment #9) > According to the strace output, the drive supports none of the four > attempted methods of eject, i.e. the ioctl's 'CDROM_LOCKDOOR', 'SG_IO(...)', > 'FDEJECT' and

[frameworks-solid] [Bug 467751] Unmounting certain SD cards can triggers an immediate remount when using "automount on attach" setting

2023-03-31 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=467751 --- Comment #9 from Stefan Brüns --- According to the strace output, the drive supports none of the four attempted methods of eject, i.e. the ioctl's 'CDROM_LOCKDOOR', 'SG_IO(...)', 'FDEJECT' and 'MTIOCTOP'. I can confirm the behavior by issuing e.g.

[frameworks-solid] [Bug 467751] Unmounting certain SD cards can triggers an immediate remount when using "automount on attach" setting

2023-03-31 Thread Alberto Garcia
https://bugs.kde.org/show_bug.cgi?id=467751 --- Comment #8 from Alberto Garcia --- Created attachment 157742 --> https://bugs.kde.org/attachment.cgi?id=157742=edit strace output The strace output is attached. Here's the output of the eject and monitor commands: # /usr/bin/eject /dev/mmcblk0;

[frameworks-solid] [Bug 467751] Unmounting certain SD cards can triggers an immediate remount when using "automount on attach" setting

2023-03-31 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=467751 --- Comment #7 from Stefan Brüns --- (You likely have to run "eject" as root, e.g. via sudo. In case eject returns with a non-zero exit code, stracing it may reveal further information - "sudo strace -s 200 eject /dev/mmcblk0".) -- You are receiving

[frameworks-solid] [Bug 467751] Unmounting certain SD cards can triggers an immediate remount when using "automount on attach" setting

2023-03-31 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=467751 Stefan Brüns changed: What|Removed |Added CC||stefan.bruens@rwth-aachen.d |

[frameworks-solid] [Bug 467751] Unmounting certain SD cards can triggers an immediate remount when using "automount on attach" setting

2023-03-31 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=467751 Bug Janitor Service changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #5 from Bug Janitor

[frameworks-solid] [Bug 467751] Unmounting certain SD cards can triggers an immediate remount when using "automount on attach" setting

2023-03-30 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=467751 --- Comment #4 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/frameworks/solid/-/merge_requests/128 -- You are receiving this mail because: You are watching all bug changes.

[frameworks-solid] [Bug 467751] Unmounting certain SD cards can triggers an immediate remount when using "automount on attach" setting

2023-03-29 Thread Alberto Garcia
https://bugs.kde.org/show_bug.cgi?id=467751 --- Comment #3 from Alberto Garcia --- In case you want to give it a try with QEMU, here's a very simple test case: 1) Boot a VM with a virtual SD card reader, like this: -device sdhci-pci -device sd-card,drive=mmc0 -drive

[frameworks-solid] [Bug 467751] Unmounting certain SD cards can triggers an immediate remount when using "automount on attach" setting

2023-03-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=467751 Nate Graham changed: What|Removed |Added CC||n...@kde.org Status|REPORTED