[ Version ( since = "1.3.14" ) ]
public bool resize2fs_size (string device, int64 size) throws Error
resize an ext2, ext3 or ext4 filesystem (with size)
This command is the same as resize2fs except that it allows you to specify the new size (in bytes) explicitly.
See also "RESIZE2FS ERRORS" in guestfs(3).
this |
A GuestfsSession object |
true on success, false on error |