df_h
Description:
report file system disk space usage (human readable)
This command runs the "df -h" command to report disk space used in human-readable format.
This command is mostly useful for interactive sessions. It is *not* intended that you try to parse the output string. Use statvfs from programs.
Parameters:
this |
A GuestfsSession object |
Returns:
the returned string, or NULL on error |