https://bugs.kde.org/show_bug.cgi?id=400652
Bug ID: 400652 Summary: Partition Manager does not detect all LUKS volumes Product: partitionmanager Version: Git Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: andr...@stikonas.eu Reporter: bugzi...@cablelink.at Target Milestone: --- SUMMARY KDE Partition Manager does not detect all of my LUKS volumes. While it detects my oldest device with two LUKS partitions, it does not detect all my other volumes (with one LUKS partition). STEPS TO REPRODUCE 1. Create a LUKS volume from the command line like this: `sudo cryptsetup -v --cipher aes-xts-plain64 --key-size 512 --hash sha512 --iter-time 10000 --use-urandom --verify-passphrase luksFormat /dev/sdX` 2. Create a file system on it: `sudo cryptsetup open /dev/sdX NAME && sudo mkfs.ext4 /dev/mapper/NAME` 3. Restart system (probably optional) 4. Open KDE Partition Manager and click on the device where the LUKS volume was created OBSERVED RESULT KDE Partition Manager does not show the LUKS partition EXPECTED RESULT KDE Partition Manager should show the LUKS partition SOFTWARE VERSIONS (available in About System) KDE Plasma Version: 5.14.2 git stable KDE Frameworks Version: 5.52 git stable Qt Version: 5.11.2 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.