inspect_get_filesystems


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.5.3" ) ]
public string[] inspect_get_filesystems (string root) throws Error

get filesystems associated with inspected operating system

This returns a list of all the filesystems that we think are associated with this operating system. This includes the root filesystem, other ordinary filesystems, and non-mounted devices like swap partitions.

In the case of a multi-boot virtual machine, it is possible for a filesystem to be shared between operating systems.

Please read "INSPECTION" in guestfs(3) for more details. See also inspect_get_mountpoints.

Parameters:

this

A GuestfsSession object

Returns:

an array of returned strings, or NULL on error