https://bugs.kde.org/show_bug.cgi?id=458947
--- Comment #1 from Evren <evren...@hotmail.com> --- Output of: $ fdisk -l Disk /dev/sda: 115.23 GiB, 123730388992 bytes, 241660916 sectors Disk model: DataTraveler 3.0 Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes $ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 1 115.2G 0 disk ├─sda1 8:1 1 31.5K 0 part ├─sda2 8:2 1 100.2G 0 part /run/media/.../KING └─sda3 8:3 1 14.9G 0 part /run/media/.../Install macOS Monterey ... $ cat /proc/partitions major minor #blocks name ... 8 0 120830458 sda 8 1 31 sda1 8 2 105060352 sda2 8 3 15638496 sda3 So fdisk doesn't show partitions, but lsblk and /proc/partitions shows them. -- You are receiving this mail because: You are watching all bug changes.