Previous page

Next page

Locate page in Contents

Print this page

resize_drive

WindowsThis call is available on Windows only.

Summary:

Resizes an EFD filesystem image mounted inside a Container.

Request specification:

Name

Min/Max

Type

Description

resize_drive

 

 

 

{

 

 

 

size

1..1

long

The new size in bytes. The minimum allowed size is 6 megabytes. There's no limit on the max size.

eid

0..1

eid_type

The ID of the server where the image is mounted.

[

 

 

 

point

1..1

string

Mount point.

device

1..1

string

This parameter is not currently used.

]

 

 

 

}

 

 

 

Returns:

OK/Error

Errors

See devm Errors

Description:

For more info on creating and mounting EFD filesystem images, see the create_drive call.

Example:

<packet version="4.0.0">

<target>vzadevm</target>

<data>

<vzadevm>

<resize_drive>

<size>8000000</size>

<eid>7f29d970-3e31-46f3-9b59-2654329e3e55</eid>

<point>F:</point>

</resize_drive>

</vzadevm>

</data>

</packet>

Please send us your feedback on this help page