https://bugs.kde.org/show_bug.cgi?id=396312
--- Comment #7 from Mattia <mattia.ve...@tiscali.it> --- (In reply to Andrius Štikonas from comment #4) > > Can you check if you can see /dev/vda device in > lsblk --nodeps --paths --sort name --json --output type,name > and that it has "type": "disk" > > There were some RAID changes recently but they shouldn't have broken > /dev/vda support... Just tried and yes, /dev/vda is showed: # lsblk --nodeps --paths --sort name --json --output type,name { "blockdevices": [ {"type": "disk", "name": "/dev/vda"} ] } Also note that NTFS partitions are not recognized correctly in kauth branch (they are showed as "unknown" type). -- You are receiving this mail because: You are watching all bug changes.