[ Version ( deprecated = true , since = "1.0.26" ) ]
public string sfdisk_l (string device) throws Error
Warning: sfdisk_l is deprecated.
display the partition table
In new code, use part_list instead
This displays the partition table on device
, in the human-readable output of the sfdisk(8) command. It is not intended to be
parsed.
See also: part_list
this |
A GuestfsSession object |
the returned string, or NULL on error |