https://bugs.kde.org/show_bug.cgi?id=488158
--- Comment #6 from Paul <pip....@gmx.com> --- Follow up... I noticed on the above lsblk output the removable flag (RM) is shown as "1" and also: paul@Orion-15:~> cat /sys/class/block/sda/removable 1 paul@Orion-15:~> cat /sys/class/block/sdb/removable 1 paul@Orion-15:~> cat /sys/class/block/sdc/removable 1 paul@Orion-15:~> is showing these devices as "removable" However, there have been *no* changes made to the hardware or bios configuration of this machine. If I now boot this machine using a Leap 15.5 live USB and then issue the lsblk command the 3 non removable drives (sda, sdb, and sdc) are shown with the correct removable flag, ie "0", non-removable. linux@localhost:~> sudo lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS loop0 7:0 0 814.1M 1 loop /run/overlay/squashfs_container loop1 7:1 0 4.8G 1 loop /run/overlay/rootfsbase sda 8:0 0 55.9G 0 disk ├─sda1 8:1 0 48G 0 part └─sda2 8:2 0 4G 0 part sdb 8:16 0 119.2G 0 disk └─sdb1 8:17 0 112G 0 part sdc 8:32 0 232.9G 0 disk ├─sdc1 8:33 0 32G 0 part ├─sdc2 8:34 0 192G 0 part └─sdc3 8:35 0 8.9G 0 part sdd 8:48 1 57.7G 0 disk ├─sdd1 8:49 1 927.5M 0 part /run/overlay/live ├─sdd2 8:50 1 20M 0 part └─sdd3 8:51 1 56.8G 0 part /run/overlay/overlayfs sr0 11:0 1 1024M 0 rom linux@localhost:~> So it would seem the "bug" lies not with "Disks & Devices" - question now is, where or what? :( -- You are receiving this mail because: You are watching all bug changes.