https://bugs.kde.org/show_bug.cgi?id=434855
--- Comment #1 from Andrius Štikonas <andr...@stikonas.eu> --- Yes, it was possible but not anymore. Some kind of filtering on device has to be implemented here: https://invent.kde.org/system/kpmcore/-/blob/master/src/plugins/sfdisk/sfdiskbackend.cpp#L66 There is a reason why it was removed. When we had it, it was using Solid filter to find devices. Solid was actually just abstracting away udisks, but abstraction was not good enough and broke when udisks2 was released (which I think resulted in not being able to detect devices without partition table). So at that time partition manager switched from Solid to its own device scanner. And non-working filtering command line argument was removed a bit later, I guess that's why you tried it and it did not work. -- You are receiving this mail because: You are watching all bug changes.