Summary: | non-removable storage devices get recognized as removable media | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | J. Gerhards <g1.jasger> |
Component: | Disks & Devices widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | g1.jasger, nate, pip.kde |
Priority: | NOR | ||
Version: | 6.0.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=488158 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
J. Gerhards
2024-05-31 11:06:06 UTC
What does `cat /sys/class/block/[fill this in for the devices in question]/removable` say? (In reply to Nate Graham from comment #1) > What does `cat /sys/class/block/[fill this in for the devices in > question]/removable` say? On the root device: $ cat /sys/class/block/nvme0n1/removable 0 On any other device: $ cat /sys/class/block/sda/removable 1 If I interpret this correctly, this then is an issue with some other system (the kernel?), correct? Yup, the removability property is apparently being mis-reported here. I'd recommend following up with your distro about this; they can probably point to the exact place to report the issue. OK- thanks, I'll raise an issue on arch then. (In reply to g1.jasger from comment #4) > OK- thanks, I'll raise an issue on arch then. This was a regression introduced with the 6.9.* kernel. It has been fixed in 6.10-rc4 "Fix a bug where the SCSI Removable Media Bit (RMB) was incorrectly set for hot-plug capable (and eSATA) ports." https://lore.kernel.org/all/171856227442.1143.13572753599648338171.pr-tracker-bot@kernel.org/T/ On openSUSE TW this fix has been backported to the 6.9 kernel and should be in 6.9.6 @g1.jasger you may want to point the arch folk to that commit. (In reply to Paul from comment #5) > @g1.jasger you may want to point the arch folk to that commit. Thanks, I made a new thread on the mailing list: https://lists.archlinux.org/archives/list/arch-general@lists.archlinux.org/thread/FJRXFUYC5KQPKCMZJDBYHTL3XENAEZZQ/ |