sfdisk_disk_geometry
Description:
display the disk geometry from the partition table
This displays the disk geometry of device
read from the partition table. Especially in the case where the underlying block device
has been resized, this can be different from the kernel’s idea of the geometry (see
sfdisk_kernel_geometry).
The result is in human-readable format, and not designed to be parsed.
Parameters:
this |
A GuestfsSession object |
Returns:
the returned string, or NULL on error |