Antsle Forum

Welcome to our Antsle community! This forum is to connect all Antsle users to post experiences, make user-generated content available for the entire community and more. 

Please note: This forum is about discussing one specific issue at a time. No generalizations. No judgments. Please check the Forum Rules before posting. If you have specific questions about your Antsle and expect a response from our team directly, please continue to use the appropriate channels (email: [email protected]) so every inquiry is tracked. 

Forum breadcrumbs - You are here:ForumGeneral: Generalcannot resize virtual drive
Please or Register to create posts and topics.

cannot resize virtual drive

Hello,

when trying to increase space of virtual drive I receive error:

DQEMUI-1: Error while trying to resize qemu image qemu-img: image format driver does not support resize.

What I might be doing wrong?

 

Uploaded files:
  • Screen-Shot-04-14-19-at-01.44-PM.JPG

Maybe it's because the image is a VMDK file and not QCOW2?

yes, and is there any simple way to convert it to QCOW2 ?..

Thank you

For those who are having this problem, Google gave me an answer.  This MUST be done at the console, so either ssh to your antsle, or use the console from the antman GUI.   Type the following command

qemu-img resize image.qcow2 +SIZE

where 'image.qcow2' is replaced with your fully qualified image path and  '+SIZE' is whatever size you want to use like the following:

qemu-img resize /antlets/lion-o/Windows10.qcow2 50g (for a 50GB size).