sfdisk_l
Description:
[ Version ( deprecated = true , since = "1.0.26" ) ]
public string sfdisk_l (string device) throws Error
public string sfdisk_l (string device) throws Error
Warning: sfdisk_l is deprecated.
display the partition table
Note:
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
Parameters:
this |
A GuestfsSession object |
Returns:
the returned string, or NULL on error |