vfs_minimum_size
Description:
get minimum filesystem size
Get the minimum size of filesystem in bytes. This is the minimum possible size for filesystem shrinking.
If getting minimum size of specified filesystem is not supported, this will fail and set errno as ENOTSUP.
See also ntfsresize(8), resize2fs(8), btrfs(8), xfs_info(8).
Parameters:
this |
A GuestfsSession object |
Returns:
the returned value, or -1 on error |