[ Version ( deprecated = true , since = "1.3.14" ) ]
public bool ntfsresize_size (string device, int64 size) throws Error
Warning: ntfsresize_size is deprecated.
resize an NTFS filesystem (with size)
In new code, use ntfsresize instead
This command is the same as ntfsresize except that it allows you to specify the new size (in bytes) explicitly.
This function depends on the feature "ntfsprogs". See also feature_available.
this |
A GuestfsSession object |
true on success, false on error |