ntfsresize_size


Description:

[ 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)

Note:

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.

Parameters:

this

A GuestfsSession object

Returns:

true on success, false on error