df_h


Description:

[ Version ( since = "1.0.54" ) ]
public string df_h () throws Error

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