ldmtool_volume_hint
Description:
[ Version ( since = "1.20.0" ) ]
public string ldmtool_volume_hint (string diskgroup, string volume) throws Error
public string ldmtool_volume_hint (string diskgroup, string volume) throws Error
return the hint field of a Windows dynamic disk volume
Return the hint field of the volume named volume in the disk group with GUID diskgroup. This may not be defined, in
which case the empty string is returned. The hint field is often, though not always, the name of a Windows drive, eg. "E:".
This function depends on the feature "ldm". See also feature_available.
Parameters:
| this |
A GuestfsSession object |
Returns:
|
the returned string, or NULL on error |