-
Sub-task
-
Resolution: Duplicate
-
Undefined
-
rhel-9.4
-
None
-
libguestfs-1.50.1-12.el9
-
None
-
False
-
-
None
-
None
-
Pass
-
None
Libguestfs inspection doesn't understand /etc/fstab partition labels (which map to GPT labels). In this Ubuntu guest we have /etc/fstab containing:
# / was on /dev/sda2 during curtin installation PARTLABEL=SYSTEM / ext4 defaults 0 1 # /boot/efi was on /dev/sda1 during curtin installation PARTLABEL=EFI /boot/efi vfat defaults 0 1
These should be mapped via the part-get-name API:
><fs> part-get-name /dev/sda 1 EFI ><fs> part-get-name /dev/sda 2 SYSTEM