Previous page

Next page

Locate page in Contents

Print this page

delete_drive

WindowsThis call is available on Windows only.

Summary:

Unmounts and deletes the specified filesystem image file.

Request specification:

Name

Min/Max

Type

Description

delete_drive

 

 

 

{

 

 

 

eid

0..1

eid_type

Server ID.

[

 

 

Denotes a choice between the point and the device elements.

point

1..1

string

WindowsMount point.

device

1..1

string

This parameter is not currently used.

]

 

 

 

}

 

 

 

Returns:

OK/Error

Description:

The delete_drive call unmounts the EFD image from the specified Container that was previously mounted using the create_drive or the new_mount calls. The image file is then permanently deleted from the Hardware Node or the Container private area. CAUTION! You will not be able to re-mount the file and recover its contents after executing this call. To unmount the file system image without deleting the image file, use the umount call.

Example:

<packet version="4.0.0">

<target>vzadevm</target>

<data>

<vzadevm>

<delete_drive>

<eid>715d6510-b7f1-4eda-98e2-3c6b6ee1f608</eid>

<point>K:</point>

</delete_drive>

</vzadevm>

</data>

</packet>

Please send us your feedback on this help page