Hello, On 2020-05-13 15:16, Stefan Hundhammer wrote (excerpt):
/dev/sda Hitachi 1 TB Disk (GPT) /dev/sda1 10 MB BIOS Boot Partition (required) /dev/sda2 200 MB EFI System Partition (required) /dev/sda3 500 GB Windows Partition NTFS /dev/sda4 200 GB Linux Partition Btrfs / /dev/sda5 300 GB used by Linux LVM free: 0
That looks similar as what "lsblk" can report (except the "free" calculation). For example what I get with openSUSE Leap 15.1 on my homeoffice laptop (long lines may show wrapped here): # lsblk -ipo NAME,TYPE,FSTYPE,SIZE,MOUNTPOINT NAME TYPE FSTYPE SIZE MOUNTPOINT /dev/sda disk 465.8G |-/dev/sda1 part 8M |-/dev/sda2 part crypto_LUKS 4G | `-/dev/mapper/cr_ata-TOSHIBA_MQ01ABF050_Y2PLP02CT-part2 crypt swap 4G [SWAP] |-/dev/sda3 part crypto_LUKS 200G | `-/dev/mapper/cr_ata-TOSHIBA_MQ01ABF050_Y2PLP02CT-part3 crypt ext4 200G / |-/dev/sda4 part ext4 100G /nfs |-/dev/sda5 part ext4 150G /var/lib/libvirt `-/dev/sda6 part ext2 8G Personally I use # lsblk -ipo NAME,KNAME,PKNAME,TRAN,TYPE,FSTYPE,SIZE,MOUNTPOINT to get an overview of the storage structure. What "lsblk" does not report are more "parted"-like things for example that /dev/sda1 has the "bios_grub" partition flag set. Kind Regards Johannes Meixner -- SUSE Software Solutions Germany GmbH Maxfeldstr. 5 - 90409 Nuernberg - Germany (HRB 36809, AG Nuernberg) GF: Felix Imendoerffer -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org