mounts
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "0.8" ) ]
public string[] mounts () throws Error
[ Version ( since = "0.8" ) ]
public string[] mounts () throws Error
show mounted filesystems
This returns the list of currently mounted filesystems. It returns the list of devices (eg. /dev/sda1, /dev/VG/LV).
Some internal mounts are not shown.
See also: mountpoints
Parameters:
this |
A GuestfsSession object |
Returns:
an array of returned strings, or NULL on error |