[ Version ( since = "1.0.62" ) ]
public HashTable<string,string> mountpoints () throws Error
show mountpoints
This call is similar to mounts. That call returns a list of devices. This one returns a hash table (map) of device name to directory where the device is mounted.
this |
A GuestfsSession object |
a GHashTable of results, or NULL on error |