Die meisten Macs wie Linux / BSD bieten native Unterstützung für lsblk
oder inxi
:
Laufen Sie mal lsblk
:
lsblk -f NAME FSTYPE LABEL UUID MOUNTPOINT sda2 LVM2_mem ***AiQ5DT-7xKH-JcMo-xTLa-Tnro-97Tw-X7F6RU*** server.boot-boot xfs **e835e0e0-7861-435e-af82-61dbb84f1abd** /boot
Oder versuchen Sie es einmal inxi
:
inxi -u Partition: ID-1: / size: 5.0G used: 97M (2%) fs: xfs dev: /dev/dm-2 ***uuid: a34a76d1-a00b-46f1-9478-ad9ca2ecc548*** ID-2: /usr size: 15G used: 8.0G (54%) fs: xfs dev: /dev/dm-4 ***uuid: df9f4166-36c9-49ce-a7e9-184026ee9536***
Eine weitere Option ist dmesg (Empfehlung von tail
dmesg für sauberere Ausgabe)